#B4A816

Color #B4A816 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B4A816

Tints of Earls Green #B4A816

Color information

#B4A816 (or 0xB4A816) is unknown color: approx Earls Green. HEX triplet: B4, A8 and 16. RGB value is (180,168,22). Sum of RGB (Red+Green+Blue) = 180+168+22=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A816 is #4B57E9. Grayscale: #9B9B9B. Windows color (decimal): -4937706 or 1484980. OLE color: 1484980.

HSL color Cylindrical-coordinate representation of color #B4A816: hue angle of 55.44º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4A816 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18016822-
CMYK00.070.880.29
HSL55.44º78.22%39.61%-
HSV(B)55.44º87.78%70.59%-
XYZ32.9737.776.31-
YUV154.9452.98145.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 22 (8.98% from 255) = 5.95%
R=48.65%
G=45.41%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801682200.070.880.2955.4478.2239.61
HexB4A81607581D374e28
Octal2642502607130356711650
Binary10110100101010001011001111011000111011101111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A816; }

 p { color: rgb(180,168,22); }

 H1.HeaderClassName
 {
   color: #B4A816;
 }
 .AnyTagClassName
 {
   color: #B4A816;
 }
</style>
background-color css

<style>
 a { background-color: #B4A816; }

 a { background-color: rgb(180,168,22); }

 div.DivClassName
 {
   background-color: #B4A816;
 }
 .BgClassName
 {
   background-color: #B4A816;
 }
</style>
border-color css

<style>
 span { border-color: #B4A816; }

 span { border-color: rgb(180,168,22); }

 td.TdClassName
 {
   border-color: #B4A816;
 }
 .TagClassName
 {
   border-color: #B4A816;
 }
</style>