Shades of Earls Green #B6AD32
Tints of Earls Green #B6AD32
RGB
CMYK
RGB Variations
Color information
#B6AD32 (or 0xB6AD32) is known color: Earls Green. HEX triplet: B6, AD and 32. RGB value is (182,173,50). Sum of RGB (Red+Green+Blue) = 182+173+50=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD32 is #4952CD. Grayscale: #A2A2A2. Windows color (decimal): -4805326 or 3321270. OLE color: 3321270.
HSL color Cylindrical-coordinate representation of color #B6AD32: hue angle of 55.91º 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 #B6AD32 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 173 | 50 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.29 |
| HSL | 55.91º | 0.57% | 0.45% | - |
| HSV(B) | 55.91º | 0.73% | 0.71% | - |
| XYZ | 34.81 | 40.06 | 8.92 | - |
| YUV | 161.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 50 | 0 | 0.05 | 0.73 | 0.29 | 55.91 | 0.57 | 0.45 |
| Hex | B6 | AD | 32 | 0 | 5 | 49 | 1D | 38 | 39 | 2D |
| Octal | 266 | 255 | 62 | 0 | 5 | 111 | 35 | 70 | 71 | 55 |
| Binary | 10110110 | 10101101 | 110010 | 0 | 101 | 1001001 | 11101 | 111000 | 111001 | 101101 |
Color Harmonies of #B6AD32
Complementary color
Monochromatic Colors of #B6AD32
Black with #B6AD32
Text Example
Text Example
White with #B6AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AD32; }
p { color: rgb(182,173,50); }
H1.HeaderClassName
{
color: #B6AD32;
}
.AnyTagClassName
{
color: #B6AD32;
}
</style>
background-color css
<style>
a { background-color: #B6AD32; }
a { background-color: rgb(182,173,50); }
div.DivClassName
{
background-color: #B6AD32;
}
.BgClassName
{
background-color: #B6AD32;
}
</style>
border-color css
<style>
span { border-color: #B6AD32; }
span { border-color: rgb(182,173,50); }
td.TdClassName
{
border-color: #B6AD32;
}
.TagClassName
{
border-color: #B6AD32;
}
</style>