#B6B52F

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

Shades of Earls Green #B6B52F

Tints of Earls Green #B6B52F

Color information

#B6B52F (or 0xB6B52F) is unknown color: approx Earls Green. HEX triplet: B6, B5 and 2F. RGB value is (182,181,47). Sum of RGB (Red+Green+Blue) = 182+181+47=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B52F is #494AD0. Grayscale: #A6A6A6. Windows color (decimal): -4803281 or 3126710. OLE color: 3126710.

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

Color convert

RGB18218147-
CMYK00.010.740.29
HSL59.56º58.95%44.9%-
HSV(B)59.56º74.18%71.37%-
XYZ36.3343.29.11-
YUV166.0260.83139.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 181 (71.09% from 255) = 44.15%
BLUE value IS 47 (18.75% from 255) = 11.46%
R=44.39%
G=44.15%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821814700.010.740.2959.5658.9544.9
HexB6B52F014A1D3c3b2d
Octal266265570111235747355
Binary101101101011010110111101100101011101111100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B52F; }

 p { color: rgb(182,181,47); }

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

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

 a { background-color: rgb(182,181,47); }

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

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

 span { border-color: rgb(182,181,47); }

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