Shades of Earls Green #B1B024
Tints of Earls Green #B1B024
RGB
CMYK
RGB Variations
Color information
#B1B024 (or 0xB1B024) is known color: Earls Green. HEX triplet: B1, B0 and 24. RGB value is (177,176,36). Sum of RGB (Red+Green+Blue) = 177+176+36=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B024 is #4E4FDB. Grayscale: #A0A0A0. Windows color (decimal): -5132252 or 2404529. OLE color: 2404529.
HSL color Cylindrical-coordinate representation of color #B1B024: hue angle of 59.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1B024 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 36 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.31 |
| HSL | 59.57º | 0.66% | 0.42% | - |
| HSV(B) | 59.57º | 0.8% | 0.69% | - |
| XYZ | 33.98 | 40.53 | 7.7 | - |
| YUV | 160.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 36 | 0 | 0.01 | 0.80 | 0.31 | 59.57 | 0.66 | 0.42 |
| Hex | B1 | B0 | 24 | 0 | 1 | 50 | 1F | 3C | 42 | 2A |
| Octal | 261 | 260 | 44 | 0 | 1 | 120 | 37 | 74 | 102 | 52 |
| Binary | 10110001 | 10110000 | 100100 | 0 | 1 | 1010000 | 11111 | 111100 | 1000010 | 101010 |
Color Harmonies of #B1B024
Complementary color
Monochromatic Colors of #B1B024
Black with #B1B024
Text Example
Text Example
White with #B1B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B024; }
p { color: rgb(177,176,36); }
H1.HeaderClassName
{
color: #B1B024;
}
.AnyTagClassName
{
color: #B1B024;
}
</style>
background-color css
<style>
a { background-color: #B1B024; }
a { background-color: rgb(177,176,36); }
div.DivClassName
{
background-color: #B1B024;
}
.BgClassName
{
background-color: #B1B024;
}
</style>
border-color css
<style>
span { border-color: #B1B024; }
span { border-color: rgb(177,176,36); }
td.TdClassName
{
border-color: #B1B024;
}
.TagClassName
{
border-color: #B1B024;
}
</style>