#B6AE32

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

Shades of Earls Green #B6AE32

Tints of Earls Green #B6AE32

Color information

#B6AE32 (or 0xB6AE32) is unknown color: approx Earls Green. HEX triplet: B6, AE and 32. RGB value is (182,174,50). Sum of RGB (Red+Green+Blue) = 182+174+50=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AE32 is #4951CD. Grayscale: #A2A2A2. Windows color (decimal): -4805070 or 3321526. OLE color: 3321526.

HSL color Cylindrical-coordinate representation of color #B6AE32: hue angle of 56.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6AE32 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18217450-
CMYK00.040.730.29
HSL56.36º56.9%45.49%-
HSV(B)56.36º72.53%71.37%-
XYZ3540.458.98-
YUV162.2664.65142.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 50 (19.92% from 255) = 12.32%
R=44.83%
G=42.86%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821745000.040.730.2956.3656.945.49
HexB6AE3204491D38392d
Octal266256620411135707155
Binary10110110101011101100100100100100111101111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE32; }

 p { color: rgb(182,174,50); }

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

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

 a { background-color: rgb(182,174,50); }

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

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

 span { border-color: rgb(182,174,50); }

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