Shades of Earls Green #B6B32D
Tints of Earls Green #B6B32D
RGB
CMYK
RGB Variations
Color information
#B6B32D (or 0xB6B32D) is known color: Earls Green. HEX triplet: B6, B3 and 2D. RGB value is (182,179,45). Sum of RGB (Red+Green+Blue) = 182+179+45=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B32D is #494CD2. Grayscale: #A5A5A5. Windows color (decimal): -4803795 or 2995126. OLE color: 2995126.
HSL color Cylindrical-coordinate representation of color #B6B32D: hue angle of 58.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6B32D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 179 | 45 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.29 |
| HSL | 58.69º | 0.6% | 0.45% | - |
| HSV(B) | 58.69º | 0.75% | 0.71% | - |
| XYZ | 35.89 | 42.37 | 8.77 | - |
| YUV | 164.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 45 | 0 | 0.02 | 0.75 | 0.29 | 58.69 | 0.6 | 0.45 |
| Hex | B6 | B3 | 2D | 0 | 2 | 4B | 1D | 3B | 3C | 2D |
| Octal | 266 | 263 | 55 | 0 | 2 | 113 | 35 | 73 | 74 | 55 |
| Binary | 10110110 | 10110011 | 101101 | 0 | 10 | 1001011 | 11101 | 111011 | 111100 | 101101 |
Color Harmonies of #B6B32D
Complementary color
Monochromatic Colors of #B6B32D
Black with #B6B32D
Text Example
Text Example
White with #B6B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B32D; }
p { color: rgb(182,179,45); }
H1.HeaderClassName
{
color: #B6B32D;
}
.AnyTagClassName
{
color: #B6B32D;
}
</style>
background-color css
<style>
a { background-color: #B6B32D; }
a { background-color: rgb(182,179,45); }
div.DivClassName
{
background-color: #B6B32D;
}
.BgClassName
{
background-color: #B6B32D;
}
</style>
border-color css
<style>
span { border-color: #B6B32D; }
span { border-color: rgb(182,179,45); }
td.TdClassName
{
border-color: #B6B32D;
}
.TagClassName
{
border-color: #B6B32D;
}
</style>