Shades of Earls Green #B7BA32
Tints of Earls Green #B7BA32
RGB
CMYK
RGB Variations
Color information
#B7BA32 (or 0xB7BA32) is known color: Earls Green. HEX triplet: B7, BA and 32. RGB value is (183,186,50). Sum of RGB (Red+Green+Blue) = 183+186+50=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA32 is #4845CD. Grayscale: #AAAAAA. Windows color (decimal): -4736462 or 3324599. OLE color: 3324599.
HSL color Cylindrical-coordinate representation of color #B7BA32: hue angle of 61.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7BA32 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 50 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.27 |
| HSL | 61.32º | 0.58% | 0.46% | - |
| HSV(B) | 61.32º | 0.73% | 0.73% | - |
| XYZ | 37.66 | 45.42 | 9.8 | - |
| YUV | 169.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 50 | 0.02 | 0 | 0.73 | 0.27 | 61.32 | 0.58 | 0.46 |
| Hex | B7 | BA | 32 | 2 | 0 | 49 | 1B | 3D | 3A | 2E |
| Octal | 267 | 272 | 62 | 2 | 0 | 111 | 33 | 75 | 72 | 56 |
| Binary | 10110111 | 10111010 | 110010 | 10 | 0 | 1001001 | 11011 | 111101 | 111010 | 101110 |
Color Harmonies of #B7BA32
Complementary color
Monochromatic Colors of #B7BA32
Black with #B7BA32
Text Example
Text Example
White with #B7BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA32; }
p { color: rgb(183,186,50); }
H1.HeaderClassName
{
color: #B7BA32;
}
.AnyTagClassName
{
color: #B7BA32;
}
</style>
background-color css
<style>
a { background-color: #B7BA32; }
a { background-color: rgb(183,186,50); }
div.DivClassName
{
background-color: #B7BA32;
}
.BgClassName
{
background-color: #B7BA32;
}
</style>
border-color css
<style>
span { border-color: #B7BA32; }
span { border-color: rgb(183,186,50); }
td.TdClassName
{
border-color: #B7BA32;
}
.TagClassName
{
border-color: #B7BA32;
}
</style>