Shades of Earls Green #B7B32F
Tints of Earls Green #B7B32F
RGB
CMYK
RGB Variations
Color information
#B7B32F (or 0xB7B32F) is known color: Earls Green. HEX triplet: B7, B3 and 2F. RGB value is (183,179,47). Sum of RGB (Red+Green+Blue) = 183+179+47=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B32F is #484CD0. Grayscale: #A5A5A5. Windows color (decimal): -4738257 or 3126199. OLE color: 3126199.
HSL color Cylindrical-coordinate representation of color #B7B32F: hue angle of 58.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7B32F is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 47 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.28 |
| HSL | 58.24º | 0.59% | 0.45% | - |
| HSV(B) | 58.24º | 0.74% | 0.72% | - |
| XYZ | 36.16 | 42.51 | 8.99 | - |
| YUV | 165.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 47 | 0 | 0.02 | 0.74 | 0.28 | 58.24 | 0.59 | 0.45 |
| Hex | B7 | B3 | 2F | 0 | 2 | 4A | 1C | 3A | 3B | 2D |
| Octal | 267 | 263 | 57 | 0 | 2 | 112 | 34 | 72 | 73 | 55 |
| Binary | 10110111 | 10110011 | 101111 | 0 | 10 | 1001010 | 11100 | 111010 | 111011 | 101101 |
Color Harmonies of #B7B32F
Complementary color
Monochromatic Colors of #B7B32F
Black with #B7B32F
Text Example
Text Example
White with #B7B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B32F; }
p { color: rgb(183,179,47); }
H1.HeaderClassName
{
color: #B7B32F;
}
.AnyTagClassName
{
color: #B7B32F;
}
</style>
background-color css
<style>
a { background-color: #B7B32F; }
a { background-color: rgb(183,179,47); }
div.DivClassName
{
background-color: #B7B32F;
}
.BgClassName
{
background-color: #B7B32F;
}
</style>
border-color css
<style>
span { border-color: #B7B32F; }
span { border-color: rgb(183,179,47); }
td.TdClassName
{
border-color: #B7B32F;
}
.TagClassName
{
border-color: #B7B32F;
}
</style>