Shades of Earls Green #B0B329
Tints of Earls Green #B0B329
RGB
CMYK
RGB Variations
Color information
#B0B329 (or 0xB0B329) is known color: Earls Green. HEX triplet: B0, B3 and 29. RGB value is (176,179,41). Sum of RGB (Red+Green+Blue) = 176+179+41=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B329 is #4F4CD6. Grayscale: #A2A2A2. Windows color (decimal): -5197015 or 2732976. OLE color: 2732976.
HSL color Cylindrical-coordinate representation of color #B0B329: hue angle of 61.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0B329 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 41 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.30 |
| HSL | 61.3º | 0.63% | 0.43% | - |
| HSV(B) | 61.3º | 0.77% | 0.7% | - |
| XYZ | 34.42 | 41.63 | 8.32 | - |
| YUV | 162.37 | 59.51 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 41 | 0.02 | 0 | 0.77 | 0.30 | 61.3 | 0.63 | 0.43 |
| Hex | B0 | B3 | 29 | 2 | 0 | 4D | 1E | 3D | 3F | 2B |
| Octal | 260 | 263 | 51 | 2 | 0 | 115 | 36 | 75 | 77 | 53 |
| Binary | 10110000 | 10110011 | 101001 | 10 | 0 | 1001101 | 11110 | 111101 | 111111 | 101011 |
Color Harmonies of #B0B329
Complementary color
Monochromatic Colors of #B0B329
Black with #B0B329
Text Example
Text Example
White with #B0B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B329; }
p { color: rgb(176,179,41); }
H1.HeaderClassName
{
color: #B0B329;
}
.AnyTagClassName
{
color: #B0B329;
}
</style>
background-color css
<style>
a { background-color: #B0B329; }
a { background-color: rgb(176,179,41); }
div.DivClassName
{
background-color: #B0B329;
}
.BgClassName
{
background-color: #B0B329;
}
</style>
border-color css
<style>
span { border-color: #B0B329; }
span { border-color: rgb(176,179,41); }
td.TdClassName
{
border-color: #B0B329;
}
.TagClassName
{
border-color: #B0B329;
}
</style>