Shades of Earls Green #B4B024
Tints of Earls Green #B4B024
RGB
CMYK
RGB Variations
Color information
#B4B024 (or 0xB4B024) is known color: Earls Green. HEX triplet: B4, B0 and 24. RGB value is (180,176,36). Sum of RGB (Red+Green+Blue) = 180+176+36=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B024 is #4B4FDB. Grayscale: #A1A1A1. Windows color (decimal): -4935644 or 2404532. OLE color: 2404532.
HSL color Cylindrical-coordinate representation of color #B4B024: hue angle of 58.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4B024 is Cyan = 0, Magento = 0.02, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 36 | - |
| CMYK | 0 | 0.02 | 0.8 | 0.29 |
| HSL | 58.33º | 0.67% | 0.42% | - |
| HSV(B) | 58.33º | 0.8% | 0.71% | - |
| XYZ | 34.67 | 40.88 | 7.73 | - |
| YUV | 161.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 36 | 0 | 0.02 | 0.8 | 0.29 | 58.33 | 0.67 | 0.42 |
| Hex | B4 | B0 | 24 | 0 | 2 | 50 | 1D | 3A | 43 | 2A |
| Octal | 264 | 260 | 44 | 0 | 2 | 120 | 35 | 72 | 103 | 52 |
| Binary | 10110100 | 10110000 | 100100 | 0 | 10 | 1010000 | 11101 | 111010 | 1000011 | 101010 |
Color Harmonies of #B4B024
Complementary color
Monochromatic Colors of #B4B024
Black with #B4B024
Text Example
Text Example
White with #B4B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B024; }
p { color: rgb(180,176,36); }
H1.HeaderClassName
{
color: #B4B024;
}
.AnyTagClassName
{
color: #B4B024;
}
</style>
background-color css
<style>
a { background-color: #B4B024; }
a { background-color: rgb(180,176,36); }
div.DivClassName
{
background-color: #B4B024;
}
.BgClassName
{
background-color: #B4B024;
}
</style>
border-color css
<style>
span { border-color: #B4B024; }
span { border-color: rgb(180,176,36); }
td.TdClassName
{
border-color: #B4B024;
}
.TagClassName
{
border-color: #B4B024;
}
</style>