#B6A416

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

Shades of Earls Green #B6A416

Tints of Earls Green #B6A416

Color information

#B6A416 (or 0xB6A416) is unknown color: approx Earls Green. HEX triplet: B6, A4 and 16. RGB value is (182,164,22). Sum of RGB (Red+Green+Blue) = 182+164+22=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A416 is #495BE9. Grayscale: #999999. Windows color (decimal): -4807658 or 1483958. OLE color: 1483958.

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

Color convert

RGB18216422-
CMYK00.100.880.29
HSL53.25º78.43%40%-
HSV(B)53.25º87.91%71.37%-
XYZ32.7136.556.09-
YUV153.1953.96148.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 22 (8.98% from 255) = 5.98%
R=49.46%
G=44.57%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821642200.100.880.2953.2578.4340
HexB6A4160A581D354e28
Octal26624426012130356511650
Binary101101101010010010110010101011000111011101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A416; }

 p { color: rgb(182,164,22); }

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

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

 a { background-color: rgb(182,164,22); }

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

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

 span { border-color: rgb(182,164,22); }

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