Shades of Earls Green #B9B92C
Tints of Earls Green #B9B92C
RGB
CMYK
RGB Variations
Color information
#B9B92C (or 0xB9B92C) is known color: Earls Green. HEX triplet: B9, B9 and 2C. RGB value is (185,185,44). Sum of RGB (Red+Green+Blue) = 185+185+44=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B92C is #4646D3. Grayscale: #A9A9A9. Windows color (decimal): -4605652 or 2931129. OLE color: 2931129.
HSL color Cylindrical-coordinate representation of color #B9B92C: hue angle of 60º degrees, saturation: 0.62, 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 #B9B92C is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 44 | - |
| CMYK | 0 | 0 | 0.76 | 0.27 |
| HSL | 60º | 0.62% | 0.45% | - |
| HSV(B) | 60º | 0.76% | 0.73% | - |
| XYZ | 37.81 | 45.19 | 9.11 | - |
| YUV | 168.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 44 | 0 | 0 | 0.76 | 0.27 | 60 | 0.62 | 0.45 |
| Hex | B9 | B9 | 2C | 0 | 0 | 4C | 1B | 3C | 3E | 2D |
| Octal | 271 | 271 | 54 | 0 | 0 | 114 | 33 | 74 | 76 | 55 |
| Binary | 10111001 | 10111001 | 101100 | 0 | 0 | 1001100 | 11011 | 111100 | 111110 | 101101 |
Color Harmonies of #B9B92C
Complementary color
Monochromatic Colors of #B9B92C
Black with #B9B92C
Text Example
Text Example
White with #B9B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B92C; }
p { color: rgb(185,185,44); }
H1.HeaderClassName
{
color: #B9B92C;
}
.AnyTagClassName
{
color: #B9B92C;
}
</style>
background-color css
<style>
a { background-color: #B9B92C; }
a { background-color: rgb(185,185,44); }
div.DivClassName
{
background-color: #B9B92C;
}
.BgClassName
{
background-color: #B9B92C;
}
</style>
border-color css
<style>
span { border-color: #B9B92C; }
span { border-color: rgb(185,185,44); }
td.TdClassName
{
border-color: #B9B92C;
}
.TagClassName
{
border-color: #B9B92C;
}
</style>