#B6A617

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

Shades of Earls Green #B6A617

Tints of Earls Green #B6A617

Color information

#B6A617 (or 0xB6A617) is unknown color: approx Earls Green. HEX triplet: B6, A6 and 17. RGB value is (182,166,23). Sum of RGB (Red+Green+Blue) = 182+166+23=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A617 is #4959E8. Grayscale: #9B9B9B. Windows color (decimal): -4807145 or 1550006. OLE color: 1550006.

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

Color convert

RGB18216623-
CMYK00.090.870.29
HSL53.96º77.56%40.2%-
HSV(B)53.96º87.36%71.37%-
XYZ33.0837.286.26-
YUV154.4853.8147.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 23 (9.38% from 255) = 6.20%
R=49.06%
G=44.74%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821662300.090.870.2953.9677.5640.2
HexB6A61709571D364e28
Octal26624627011127356611650
Binary101101101010011010111010011010111111011101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A617; }

 p { color: rgb(182,166,23); }

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

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

 a { background-color: rgb(182,166,23); }

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

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

 span { border-color: rgb(182,166,23); }

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