Shades of Earls Green #B9B31D
Tints of Earls Green #B9B31D
RGB
CMYK
RGB Variations
Color information
#B9B31D (or 0xB9B31D) is known color: Earls Green. HEX triplet: B9, B3 and 1D. RGB value is (185,179,29). Sum of RGB (Red+Green+Blue) = 185+179+29=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B31D is #464CE2. Grayscale: #A4A4A4. Windows color (decimal): -4607203 or 1946553. OLE color: 1946553.
HSL color Cylindrical-coordinate representation of color #B9B31D: hue angle of 57.69º degrees, saturation: 0.73, 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 #B9B31D is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 29 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.27 |
| HSL | 57.69º | 0.73% | 0.42% | - |
| HSV(B) | 57.69º | 0.84% | 0.73% | - |
| XYZ | 36.35 | 42.64 | 7.48 | - |
| YUV | 163.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 29 | 0 | 0.03 | 0.84 | 0.27 | 57.69 | 0.73 | 0.42 |
| Hex | B9 | B3 | 1D | 0 | 3 | 54 | 1B | 3A | 49 | 2A |
| Octal | 271 | 263 | 35 | 0 | 3 | 124 | 33 | 72 | 111 | 52 |
| Binary | 10111001 | 10110011 | 11101 | 0 | 11 | 1010100 | 11011 | 111010 | 1001001 | 101010 |
Color Harmonies of #B9B31D
Complementary color
Monochromatic Colors of #B9B31D
Black with #B9B31D
Text Example
Text Example
White with #B9B31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B31D; }
p { color: rgb(185,179,29); }
H1.HeaderClassName
{
color: #B9B31D;
}
.AnyTagClassName
{
color: #B9B31D;
}
</style>
background-color css
<style>
a { background-color: #B9B31D; }
a { background-color: rgb(185,179,29); }
div.DivClassName
{
background-color: #B9B31D;
}
.BgClassName
{
background-color: #B9B31D;
}
</style>
border-color css
<style>
span { border-color: #B9B31D; }
span { border-color: rgb(185,179,29); }
td.TdClassName
{
border-color: #B9B31D;
}
.TagClassName
{
border-color: #B9B31D;
}
</style>