Shades of Earls Green #B9B31E
Tints of Earls Green #B9B31E
RGB
CMYK
RGB Variations
Color information
#B9B31E (or 0xB9B31E) is known color: Earls Green. HEX triplet: B9, B3 and 1E. RGB value is (185,179,30). Sum of RGB (Red+Green+Blue) = 185+179+30=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B31E is #464CE1. Grayscale: #A4A4A4. Windows color (decimal): -4607202 or 2012089. OLE color: 2012089.
HSL color Cylindrical-coordinate representation of color #B9B31E: hue angle of 57.68º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9B31E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 30 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.27 |
| HSL | 57.68º | 0.72% | 0.42% | - |
| HSV(B) | 57.68º | 0.84% | 0.73% | - |
| XYZ | 36.36 | 42.65 | 7.54 | - |
| YUV | 163.81 | 52.49 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 30 | 0 | 0.03 | 0.84 | 0.27 | 57.68 | 0.72 | 0.42 |
| Hex | B9 | B3 | 1E | 0 | 3 | 54 | 1B | 3A | 48 | 2A |
| Octal | 271 | 263 | 36 | 0 | 3 | 124 | 33 | 72 | 110 | 52 |
| Binary | 10111001 | 10110011 | 11110 | 0 | 11 | 1010100 | 11011 | 111010 | 1001000 | 101010 |
Color Harmonies of #B9B31E
Complementary color
Monochromatic Colors of #B9B31E
Black with #B9B31E
Text Example
Text Example
White with #B9B31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B31E; }
p { color: rgb(185,179,30); }
H1.HeaderClassName
{
color: #B9B31E;
}
.AnyTagClassName
{
color: #B9B31E;
}
</style>
background-color css
<style>
a { background-color: #B9B31E; }
a { background-color: rgb(185,179,30); }
div.DivClassName
{
background-color: #B9B31E;
}
.BgClassName
{
background-color: #B9B31E;
}
</style>
border-color css
<style>
span { border-color: #B9B31E; }
span { border-color: rgb(185,179,30); }
td.TdClassName
{
border-color: #B9B31E;
}
.TagClassName
{
border-color: #B9B31E;
}
</style>