Shades of Earls Green #B9A327
Tints of Earls Green #B9A327
RGB
CMYK
RGB Variations
Color information
#B9A327 (or 0xB9A327) is known color: Earls Green. HEX triplet: B9, A3 and 27. RGB value is (185,163,39). Sum of RGB (Red+Green+Blue) = 185+163+39=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A327 is #465CD8. Grayscale: #9B9B9B. Windows color (decimal): -4611289 or 2597817. OLE color: 2597817.
HSL color Cylindrical-coordinate representation of color #B9A327: hue angle of 50.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9A327 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 39 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.27 |
| HSL | 50.96º | 0.65% | 0.44% | - |
| HSV(B) | 50.96º | 0.79% | 0.73% | - |
| XYZ | 33.47 | 36.66 | 7.23 | - |
| YUV | 155.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 39 | 0 | 0.12 | 0.79 | 0.27 | 50.96 | 0.65 | 0.44 |
| Hex | B9 | A3 | 27 | 0 | C | 4F | 1B | 33 | 41 | 2C |
| Octal | 271 | 243 | 47 | 0 | 14 | 117 | 33 | 63 | 101 | 54 |
| Binary | 10111001 | 10100011 | 100111 | 0 | 1100 | 1001111 | 11011 | 110011 | 1000001 | 101100 |
Color Harmonies of #B9A327
Complementary color
Monochromatic Colors of #B9A327
Black with #B9A327
Text Example
Text Example
White with #B9A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A327; }
p { color: rgb(185,163,39); }
H1.HeaderClassName
{
color: #B9A327;
}
.AnyTagClassName
{
color: #B9A327;
}
</style>
background-color css
<style>
a { background-color: #B9A327; }
a { background-color: rgb(185,163,39); }
div.DivClassName
{
background-color: #B9A327;
}
.BgClassName
{
background-color: #B9A327;
}
</style>
border-color css
<style>
span { border-color: #B9A327; }
span { border-color: rgb(185,163,39); }
td.TdClassName
{
border-color: #B9A327;
}
.TagClassName
{
border-color: #B9A327;
}
</style>