Shades of Earls Green #B0B125
Tints of Earls Green #B0B125
RGB
CMYK
RGB Variations
Color information
#B0B125 (or 0xB0B125) is known color: Earls Green. HEX triplet: B0, B1 and 25. RGB value is (176,177,37). Sum of RGB (Red+Green+Blue) = 176+177+37=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B125 is #4F4EDA. Grayscale: #A1A1A1. Windows color (decimal): -5197531 or 2470320. OLE color: 2470320.
HSL color Cylindrical-coordinate representation of color #B0B125: hue angle of 60.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0B125 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 37 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.31 |
| HSL | 60.43º | 0.65% | 0.42% | - |
| HSV(B) | 60.43º | 0.79% | 0.69% | - |
| XYZ | 33.96 | 40.81 | 7.84 | - |
| YUV | 160.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 37 | 0.01 | 0 | 0.79 | 0.31 | 60.43 | 0.65 | 0.42 |
| Hex | B0 | B1 | 25 | 1 | 0 | 4F | 1F | 3C | 41 | 2A |
| Octal | 260 | 261 | 45 | 1 | 0 | 117 | 37 | 74 | 101 | 52 |
| Binary | 10110000 | 10110001 | 100101 | 1 | 0 | 1001111 | 11111 | 111100 | 1000001 | 101010 |
Color Harmonies of #B0B125
Complementary color
Monochromatic Colors of #B0B125
Black with #B0B125
Text Example
Text Example
White with #B0B125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B125; }
p { color: rgb(176,177,37); }
H1.HeaderClassName
{
color: #B0B125;
}
.AnyTagClassName
{
color: #B0B125;
}
</style>
background-color css
<style>
a { background-color: #B0B125; }
a { background-color: rgb(176,177,37); }
div.DivClassName
{
background-color: #B0B125;
}
.BgClassName
{
background-color: #B0B125;
}
</style>
border-color css
<style>
span { border-color: #B0B125; }
span { border-color: rgb(176,177,37); }
td.TdClassName
{
border-color: #B0B125;
}
.TagClassName
{
border-color: #B0B125;
}
</style>