Shades of Earls Green #B9A31C
Tints of Earls Green #B9A31C
RGB
CMYK
RGB Variations
Color information
#B9A31C (or 0xB9A31C) is known color: Earls Green. HEX triplet: B9, A3 and 1C. RGB value is (185,163,28). Sum of RGB (Red+Green+Blue) = 185+163+28=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A31C is #465CE3. Grayscale: #9A9A9A. Windows color (decimal): -4611300 or 1876921. OLE color: 1876921.
HSL color Cylindrical-coordinate representation of color #B9A31C: hue angle of 51.59º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9A31C is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 28 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.27 |
| HSL | 51.59º | 0.74% | 0.42% | - |
| HSV(B) | 51.59º | 0.85% | 0.73% | - |
| XYZ | 33.31 | 36.59 | 6.41 | - |
| YUV | 154.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 28 | 0 | 0.12 | 0.85 | 0.27 | 51.59 | 0.74 | 0.42 |
| Hex | B9 | A3 | 1C | 0 | C | 55 | 1B | 34 | 4A | 2A |
| Octal | 271 | 243 | 34 | 0 | 14 | 125 | 33 | 64 | 112 | 52 |
| Binary | 10111001 | 10100011 | 11100 | 0 | 1100 | 1010101 | 11011 | 110100 | 1001010 | 101010 |
Color Harmonies of #B9A31C
Complementary color
Monochromatic Colors of #B9A31C
Black with #B9A31C
Text Example
Text Example
White with #B9A31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A31C; }
p { color: rgb(185,163,28); }
H1.HeaderClassName
{
color: #B9A31C;
}
.AnyTagClassName
{
color: #B9A31C;
}
</style>
background-color css
<style>
a { background-color: #B9A31C; }
a { background-color: rgb(185,163,28); }
div.DivClassName
{
background-color: #B9A31C;
}
.BgClassName
{
background-color: #B9A31C;
}
</style>
border-color css
<style>
span { border-color: #B9A31C; }
span { border-color: rgb(185,163,28); }
td.TdClassName
{
border-color: #B9A31C;
}
.TagClassName
{
border-color: #B9A31C;
}
</style>