Shades of Earls Green #B8B31C
Tints of Earls Green #B8B31C
RGB
CMYK
RGB Variations
Color information
#B8B31C (or 0xB8B31C) is known color: Earls Green. HEX triplet: B8, B3 and 1C. RGB value is (184,179,28). Sum of RGB (Red+Green+Blue) = 184+179+28=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B31C is #474CE3. Grayscale: #A3A3A3. Windows color (decimal): -4672740 or 1881016. OLE color: 1881016.
HSL color Cylindrical-coordinate representation of color #B8B31C: hue angle of 58.08º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8B31C is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 28 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.28 |
| HSL | 58.08º | 0.74% | 0.42% | - |
| HSV(B) | 58.08º | 0.85% | 0.72% | - |
| XYZ | 36.1 | 42.51 | 7.4 | - |
| YUV | 163.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 28 | 0 | 0.03 | 0.85 | 0.28 | 58.08 | 0.74 | 0.42 |
| Hex | B8 | B3 | 1C | 0 | 3 | 55 | 1C | 3A | 4A | 2A |
| Octal | 270 | 263 | 34 | 0 | 3 | 125 | 34 | 72 | 112 | 52 |
| Binary | 10111000 | 10110011 | 11100 | 0 | 11 | 1010101 | 11100 | 111010 | 1001010 | 101010 |
Color Harmonies of #B8B31C
Complementary color
Monochromatic Colors of #B8B31C
Black with #B8B31C
Text Example
Text Example
White with #B8B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B31C; }
p { color: rgb(184,179,28); }
H1.HeaderClassName
{
color: #B8B31C;
}
.AnyTagClassName
{
color: #B8B31C;
}
</style>
background-color css
<style>
a { background-color: #B8B31C; }
a { background-color: rgb(184,179,28); }
div.DivClassName
{
background-color: #B8B31C;
}
.BgClassName
{
background-color: #B8B31C;
}
</style>
border-color css
<style>
span { border-color: #B8B31C; }
span { border-color: rgb(184,179,28); }
td.TdClassName
{
border-color: #B8B31C;
}
.TagClassName
{
border-color: #B8B31C;
}
</style>