Shades of Earls Green #B7B92D
Tints of Earls Green #B7B92D
RGB
CMYK
RGB Variations
Color information
#B7B92D (or 0xB7B92D) is known color: Earls Green. HEX triplet: B7, B9 and 2D. RGB value is (183,185,45). Sum of RGB (Red+Green+Blue) = 183+185+45=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B92D is #4846D2. Grayscale: #A8A8A8. Windows color (decimal): -4736723 or 2996663. OLE color: 2996663.
HSL color Cylindrical-coordinate representation of color #B7B92D: hue angle of 60.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7B92D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 45 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.27 |
| HSL | 60.86º | 0.61% | 0.45% | - |
| HSV(B) | 60.86º | 0.76% | 0.73% | - |
| XYZ | 37.35 | 44.95 | 9.19 | - |
| YUV | 168.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 45 | 0.01 | 0 | 0.76 | 0.27 | 60.86 | 0.61 | 0.45 |
| Hex | B7 | B9 | 2D | 1 | 0 | 4C | 1B | 3D | 3D | 2D |
| Octal | 267 | 271 | 55 | 1 | 0 | 114 | 33 | 75 | 75 | 55 |
| Binary | 10110111 | 10111001 | 101101 | 1 | 0 | 1001100 | 11011 | 111101 | 111101 | 101101 |
Color Harmonies of #B7B92D
Complementary color
Monochromatic Colors of #B7B92D
Black with #B7B92D
Text Example
Text Example
White with #B7B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B92D; }
p { color: rgb(183,185,45); }
H1.HeaderClassName
{
color: #B7B92D;
}
.AnyTagClassName
{
color: #B7B92D;
}
</style>
background-color css
<style>
a { background-color: #B7B92D; }
a { background-color: rgb(183,185,45); }
div.DivClassName
{
background-color: #B7B92D;
}
.BgClassName
{
background-color: #B7B92D;
}
</style>
border-color css
<style>
span { border-color: #B7B92D; }
span { border-color: rgb(183,185,45); }
td.TdClassName
{
border-color: #B7B92D;
}
.TagClassName
{
border-color: #B7B92D;
}
</style>