Shades of Earls Green #B7B329
Tints of Earls Green #B7B329
RGB
CMYK
RGB Variations
Color information
#B7B329 (or 0xB7B329) is known color: Earls Green. HEX triplet: B7, B3 and 29. RGB value is (183,179,41). Sum of RGB (Red+Green+Blue) = 183+179+41=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B329 is #484CD6. Grayscale: #A5A5A5. Windows color (decimal): -4738263 or 2732983. OLE color: 2732983.
HSL color Cylindrical-coordinate representation of color #B7B329: hue angle of 58.31º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7B329 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 41 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.28 |
| HSL | 58.31º | 0.63% | 0.44% | - |
| HSV(B) | 58.31º | 0.78% | 0.72% | - |
| XYZ | 36.05 | 42.47 | 8.39 | - |
| YUV | 164.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 41 | 0 | 0.02 | 0.78 | 0.28 | 58.31 | 0.63 | 0.44 |
| Hex | B7 | B3 | 29 | 0 | 2 | 4E | 1C | 3A | 3F | 2C |
| Octal | 267 | 263 | 51 | 0 | 2 | 116 | 34 | 72 | 77 | 54 |
| Binary | 10110111 | 10110011 | 101001 | 0 | 10 | 1001110 | 11100 | 111010 | 111111 | 101100 |
Color Harmonies of #B7B329
Complementary color
Monochromatic Colors of #B7B329
Black with #B7B329
Text Example
Text Example
White with #B7B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B329; }
p { color: rgb(183,179,41); }
H1.HeaderClassName
{
color: #B7B329;
}
.AnyTagClassName
{
color: #B7B329;
}
</style>
background-color css
<style>
a { background-color: #B7B329; }
a { background-color: rgb(183,179,41); }
div.DivClassName
{
background-color: #B7B329;
}
.BgClassName
{
background-color: #B7B329;
}
</style>
border-color css
<style>
span { border-color: #B7B329; }
span { border-color: rgb(183,179,41); }
td.TdClassName
{
border-color: #B7B329;
}
.TagClassName
{
border-color: #B7B329;
}
</style>