Shades of Earls Green #B0B123
Tints of Earls Green #B0B123
RGB
CMYK
RGB Variations
Color information
#B0B123 (or 0xB0B123) is known color: Earls Green. HEX triplet: B0, B1 and 23. RGB value is (176,177,35). Sum of RGB (Red+Green+Blue) = 176+177+35=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B123 is #4F4EDC. Grayscale: #A1A1A1. Windows color (decimal): -5197533 or 2339248. OLE color: 2339248.
HSL color Cylindrical-coordinate representation of color #B0B123: hue angle of 60.42º degrees, saturation: 0.67, 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 #B0B123 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 35 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.31 |
| HSL | 60.42º | 0.67% | 0.42% | - |
| HSV(B) | 60.42º | 0.8% | 0.69% | - |
| XYZ | 33.93 | 40.8 | 7.68 | - |
| YUV | 160.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 35 | 0.01 | 0 | 0.80 | 0.31 | 60.42 | 0.67 | 0.42 |
| Hex | B0 | B1 | 23 | 1 | 0 | 50 | 1F | 3C | 43 | 2A |
| Octal | 260 | 261 | 43 | 1 | 0 | 120 | 37 | 74 | 103 | 52 |
| Binary | 10110000 | 10110001 | 100011 | 1 | 0 | 1010000 | 11111 | 111100 | 1000011 | 101010 |
Color Harmonies of #B0B123
Complementary color
Monochromatic Colors of #B0B123
Black with #B0B123
Text Example
Text Example
White with #B0B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B123; }
p { color: rgb(176,177,35); }
H1.HeaderClassName
{
color: #B0B123;
}
.AnyTagClassName
{
color: #B0B123;
}
</style>
background-color css
<style>
a { background-color: #B0B123; }
a { background-color: rgb(176,177,35); }
div.DivClassName
{
background-color: #B0B123;
}
.BgClassName
{
background-color: #B0B123;
}
</style>
border-color css
<style>
span { border-color: #B0B123; }
span { border-color: rgb(176,177,35); }
td.TdClassName
{
border-color: #B0B123;
}
.TagClassName
{
border-color: #B0B123;
}
</style>