#B6A52C

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

Shades of Earls Green #B6A52C

Tints of Earls Green #B6A52C

Color information

#B6A52C (or 0xB6A52C) is unknown color: approx Earls Green. HEX triplet: B6, A5 and 2C. RGB value is (182,165,44). Sum of RGB (Red+Green+Blue) = 182+165+44=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A52C is #495AD3. Grayscale: #9C9C9C. Windows color (decimal): -4807380 or 2926006. OLE color: 2926006.

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

Color convert

RGB18216544-
CMYK00.090.760.29
HSL52.61º61.06%44.31%-
HSV(B)52.61º75.82%71.37%-
XYZ33.237.047.78-
YUV156.2964.63146.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 44 (17.58% from 255) = 11.25%
R=46.55%
G=42.20%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821654400.090.760.2952.6161.0644.31
HexB6A52C094C1D353d2c
Octal2662455401111435657554
Binary101101101010010110110001001100110011101110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A52C; }

 p { color: rgb(182,165,44); }

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

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

 a { background-color: rgb(182,165,44); }

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

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

 span { border-color: rgb(182,165,44); }

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