#B6B52A

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

Shades of Earls Green #B6B52A

Tints of Earls Green #B6B52A

Color information

#B6B52A (or 0xB6B52A) is unknown color: approx Earls Green. HEX triplet: B6, B5 and 2A. RGB value is (182,181,42). Sum of RGB (Red+Green+Blue) = 182+181+42=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B52A is #494AD5. Grayscale: #A6A6A6. Windows color (decimal): -4803286 or 2799030. OLE color: 2799030.

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

Color convert

RGB18218142-
CMYK00.010.770.29
HSL59.57º62.5%43.92%-
HSV(B)59.57º76.92%71.37%-
XYZ36.2343.168.61-
YUV165.4558.33139.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 181 (71.09% from 255) = 44.69%
BLUE value IS 42 (16.80% from 255) = 10.37%
R=44.94%
G=44.69%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821814200.010.770.2959.5762.543.92
HexB6B52A014D1D3c3e2c
Octal266265520111535747654
Binary101101101011010110101001100110111101111100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B52A; }

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

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

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

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

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

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

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

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