Shades of Earls Green #B1B02D
Tints of Earls Green #B1B02D
RGB
CMYK
RGB Variations
Color information
#B1B02D (or 0xB1B02D) is known color: Earls Green. HEX triplet: B1, B0 and 2D. RGB value is (177,176,45). Sum of RGB (Red+Green+Blue) = 177+176+45=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B02D is #4E4FD2. Grayscale: #A1A1A1. Windows color (decimal): -5132243 or 2994353. OLE color: 2994353.
HSL color Cylindrical-coordinate representation of color #B1B02D: hue angle of 59.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1B02D is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 45 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.31 |
| HSL | 59.55º | 0.59% | 0.44% | - |
| HSV(B) | 59.55º | 0.75% | 0.69% | - |
| XYZ | 34.13 | 40.59 | 8.52 | - |
| YUV | 161.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 45 | 0 | 0.01 | 0.75 | 0.31 | 59.55 | 0.59 | 0.44 |
| Hex | B1 | B0 | 2D | 0 | 1 | 4B | 1F | 3C | 3B | 2C |
| Octal | 261 | 260 | 55 | 0 | 1 | 113 | 37 | 74 | 73 | 54 |
| Binary | 10110001 | 10110000 | 101101 | 0 | 1 | 1001011 | 11111 | 111100 | 111011 | 101100 |
Color Harmonies of #B1B02D
Complementary color
Monochromatic Colors of #B1B02D
Black with #B1B02D
Text Example
Text Example
White with #B1B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B02D; }
p { color: rgb(177,176,45); }
H1.HeaderClassName
{
color: #B1B02D;
}
.AnyTagClassName
{
color: #B1B02D;
}
</style>
background-color css
<style>
a { background-color: #B1B02D; }
a { background-color: rgb(177,176,45); }
div.DivClassName
{
background-color: #B1B02D;
}
.BgClassName
{
background-color: #B1B02D;
}
</style>
border-color css
<style>
span { border-color: #B1B02D; }
span { border-color: rgb(177,176,45); }
td.TdClassName
{
border-color: #B1B02D;
}
.TagClassName
{
border-color: #B1B02D;
}
</style>