Shades of Earls Green #B8B32F
Tints of Earls Green #B8B32F
RGB
CMYK
RGB Variations
Color information
#B8B32F (or 0xB8B32F) is known color: Earls Green. HEX triplet: B8, B3 and 2F. RGB value is (184,179,47). Sum of RGB (Red+Green+Blue) = 184+179+47=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B32F is #474CD0. Grayscale: #A5A5A5. Windows color (decimal): -4672721 or 3126200. OLE color: 3126200.
HSL color Cylindrical-coordinate representation of color #B8B32F: hue angle of 57.81º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8B32F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 47 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.28 |
| HSL | 57.81º | 0.59% | 0.45% | - |
| HSV(B) | 57.81º | 0.74% | 0.72% | - |
| XYZ | 36.4 | 42.64 | 9 | - |
| YUV | 165.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 47 | 0 | 0.03 | 0.74 | 0.28 | 57.81 | 0.59 | 0.45 |
| Hex | B8 | B3 | 2F | 0 | 3 | 4A | 1C | 3A | 3B | 2D |
| Octal | 270 | 263 | 57 | 0 | 3 | 112 | 34 | 72 | 73 | 55 |
| Binary | 10111000 | 10110011 | 101111 | 0 | 11 | 1001010 | 11100 | 111010 | 111011 | 101101 |
Color Harmonies of #B8B32F
Complementary color
Monochromatic Colors of #B8B32F
Black with #B8B32F
Text Example
Text Example
White with #B8B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B32F; }
p { color: rgb(184,179,47); }
H1.HeaderClassName
{
color: #B8B32F;
}
.AnyTagClassName
{
color: #B8B32F;
}
</style>
background-color css
<style>
a { background-color: #B8B32F; }
a { background-color: rgb(184,179,47); }
div.DivClassName
{
background-color: #B8B32F;
}
.BgClassName
{
background-color: #B8B32F;
}
</style>
border-color css
<style>
span { border-color: #B8B32F; }
span { border-color: rgb(184,179,47); }
td.TdClassName
{
border-color: #B8B32F;
}
.TagClassName
{
border-color: #B8B32F;
}
</style>