#B4AE16

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

Shades of Earls Green #B4AE16

Tints of Earls Green #B4AE16

Color information

#B4AE16 (or 0xB4AE16) is unknown color: approx Earls Green. HEX triplet: B4, AE and 16. RGB value is (180,174,22). Sum of RGB (Red+Green+Blue) = 180+174+22=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AE16 is #4B51E9. Grayscale: #9F9F9F. Windows color (decimal): -4936170 or 1486516. OLE color: 1486516.

HSL color Cylindrical-coordinate representation of color #B4AE16: hue angle of 57.72º 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 #B4AE16 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18017422-
CMYK00.030.880.29
HSL57.72º78.22%39.61%-
HSV(B)57.72º87.78%70.59%-
XYZ34.140.036.69-
YUV158.4750.99143.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 22 (8.98% from 255) = 5.85%
R=47.87%
G=46.28%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801742200.030.880.2957.7278.2239.61
HexB4AE1603581D3a4e28
Octal2642562603130357211650
Binary1011010010101110101100111011000111011110101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE16; }

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

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

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

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

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

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

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

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