Shades of Earls Green #B8B124
Tints of Earls Green #B8B124
RGB
CMYK
RGB Variations
Color information
#B8B124 (or 0xB8B124) is known color: Earls Green. HEX triplet: B8, B1 and 24. RGB value is (184,177,36). Sum of RGB (Red+Green+Blue) = 184+177+36=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B124 is #474EDB. Grayscale: #A3A3A3. Windows color (decimal): -4673244 or 2404792. OLE color: 2404792.
HSL color Cylindrical-coordinate representation of color #B8B124: hue angle of 57.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8B124 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 36 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.28 |
| HSL | 57.16º | 0.67% | 0.43% | - |
| HSV(B) | 57.16º | 0.8% | 0.72% | - |
| XYZ | 35.81 | 41.76 | 7.84 | - |
| YUV | 163.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 36 | 0 | 0.04 | 0.80 | 0.28 | 57.16 | 0.67 | 0.43 |
| Hex | B8 | B1 | 24 | 0 | 4 | 50 | 1C | 39 | 43 | 2B |
| Octal | 270 | 261 | 44 | 0 | 4 | 120 | 34 | 71 | 103 | 53 |
| Binary | 10111000 | 10110001 | 100100 | 0 | 100 | 1010000 | 11100 | 111001 | 1000011 | 101011 |
Color Harmonies of #B8B124
Complementary color
Monochromatic Colors of #B8B124
Black with #B8B124
Text Example
Text Example
White with #B8B124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B124; }
p { color: rgb(184,177,36); }
H1.HeaderClassName
{
color: #B8B124;
}
.AnyTagClassName
{
color: #B8B124;
}
</style>
background-color css
<style>
a { background-color: #B8B124; }
a { background-color: rgb(184,177,36); }
div.DivClassName
{
background-color: #B8B124;
}
.BgClassName
{
background-color: #B8B124;
}
</style>
border-color css
<style>
span { border-color: #B8B124; }
span { border-color: rgb(184,177,36); }
td.TdClassName
{
border-color: #B8B124;
}
.TagClassName
{
border-color: #B8B124;
}
</style>