#B6B524

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

Shades of Earls Green #B6B524

Tints of Earls Green #B6B524

Color information

#B6B524 (or 0xB6B524) is unknown color: approx Earls Green. HEX triplet: B6, B5 and 24. RGB value is (182,181,36). Sum of RGB (Red+Green+Blue) = 182+181+36=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B524 is #494ADB. Grayscale: #A5A5A5. Windows color (decimal): -4803292 or 2405814. OLE color: 2405814.

HSL color Cylindrical-coordinate representation of color #B6B524: hue angle of 59.59º 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 #B6B524 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18218136-
CMYK00.010.800.29
HSL59.59º66.97%42.75%-
HSV(B)59.59º80.22%71.37%-
XYZ36.1343.128.09-
YUV164.7755.33140.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 181 (71.09% from 255) = 45.36%
BLUE value IS 36 (14.45% from 255) = 9.02%
R=45.61%
G=45.36%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821813600.010.800.2959.5966.9742.75
HexB6B52401501D3c432b
Octal2662654401120357410353
Binary1011011010110101100100011010000111011111001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B524; }

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

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

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

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

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

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

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

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