#B6A624

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

Shades of Earls Green #B6A624

Tints of Earls Green #B6A624

Color information

#B6A624 (or 0xB6A624) is unknown color: approx Earls Green. HEX triplet: B6, A6 and 24. RGB value is (182,166,36). Sum of RGB (Red+Green+Blue) = 182+166+36=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A624 is #4959DB. Grayscale: #9C9C9C. Windows color (decimal): -4807132 or 2401974. OLE color: 2401974.

HSL color Cylindrical-coordinate representation of color #B6A624: hue angle of 53.42º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6A624 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18216636-
CMYK00.090.800.29
HSL53.42º66.97%42.75%-
HSV(B)53.42º80.22%71.37%-
XYZ33.2537.347.13-
YUV155.9660.3146.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 36 (14.45% from 255) = 9.38%
R=47.40%
G=43.23%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821663600.090.800.2953.4266.9742.75
HexB6A62409501D35432b
Octal26624644011120356510353
Binary1011011010100110100100010011010000111011101011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A624; }

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

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

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

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

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

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

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

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