Shades of Earls Green #B7B732
Tints of Earls Green #B7B732
RGB
CMYK
RGB Variations
Color information
#B7B732 (or 0xB7B732) is known color: Earls Green. HEX triplet: B7, B7 and 32. RGB value is (183,183,50). Sum of RGB (Red+Green+Blue) = 183+183+50=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B732 is #4848CD. Grayscale: #A8A8A8. Windows color (decimal): -4737230 or 3323831. OLE color: 3323831.
HSL color Cylindrical-coordinate representation of color #B7B732: hue angle of 60º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7B732 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 50 | - |
| CMYK | 0 | 0 | 0.73 | 0.28 |
| HSL | 60º | 0.57% | 0.46% | - |
| HSV(B) | 60º | 0.73% | 0.72% | - |
| XYZ | 37.04 | 44.16 | 9.59 | - |
| YUV | 167.84 | 61.5 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 50 | 0 | 0 | 0.73 | 0.28 | 60 | 0.57 | 0.46 |
| Hex | B7 | B7 | 32 | 0 | 0 | 49 | 1C | 3C | 39 | 2E |
| Octal | 267 | 267 | 62 | 0 | 0 | 111 | 34 | 74 | 71 | 56 |
| Binary | 10110111 | 10110111 | 110010 | 0 | 0 | 1001001 | 11100 | 111100 | 111001 | 101110 |
Color Harmonies of #B7B732
Complementary color
Monochromatic Colors of #B7B732
Black with #B7B732
Text Example
Text Example
White with #B7B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B732; }
p { color: rgb(183,183,50); }
H1.HeaderClassName
{
color: #B7B732;
}
.AnyTagClassName
{
color: #B7B732;
}
</style>
background-color css
<style>
a { background-color: #B7B732; }
a { background-color: rgb(183,183,50); }
div.DivClassName
{
background-color: #B7B732;
}
.BgClassName
{
background-color: #B7B732;
}
</style>
border-color css
<style>
span { border-color: #B7B732; }
span { border-color: rgb(183,183,50); }
td.TdClassName
{
border-color: #B7B732;
}
.TagClassName
{
border-color: #B7B732;
}
</style>