Shades of Earls Green #B9A32B
Tints of Earls Green #B9A32B
RGB
CMYK
RGB Variations
Color information
#B9A32B (or 0xB9A32B) is known color: Earls Green. HEX triplet: B9, A3 and 2B. RGB value is (185,163,43). Sum of RGB (Red+Green+Blue) = 185+163+43=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A32B is #465CD4. Grayscale: #9C9C9C. Windows color (decimal): -4611285 or 2859961. OLE color: 2859961.
HSL color Cylindrical-coordinate representation of color #B9A32B: hue angle of 50.7º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9A32B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 43 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.27 |
| HSL | 50.7º | 0.62% | 0.45% | - |
| HSV(B) | 50.7º | 0.77% | 0.73% | - |
| XYZ | 33.54 | 36.68 | 7.6 | - |
| YUV | 155.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 43 | 0 | 0.12 | 0.77 | 0.27 | 50.7 | 0.62 | 0.45 |
| Hex | B9 | A3 | 2B | 0 | C | 4D | 1B | 33 | 3E | 2D |
| Octal | 271 | 243 | 53 | 0 | 14 | 115 | 33 | 63 | 76 | 55 |
| Binary | 10111001 | 10100011 | 101011 | 0 | 1100 | 1001101 | 11011 | 110011 | 111110 | 101101 |
Color Harmonies of #B9A32B
Complementary color
Monochromatic Colors of #B9A32B
Black with #B9A32B
Text Example
Text Example
White with #B9A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A32B; }
p { color: rgb(185,163,43); }
H1.HeaderClassName
{
color: #B9A32B;
}
.AnyTagClassName
{
color: #B9A32B;
}
</style>
background-color css
<style>
a { background-color: #B9A32B; }
a { background-color: rgb(185,163,43); }
div.DivClassName
{
background-color: #B9A32B;
}
.BgClassName
{
background-color: #B9A32B;
}
</style>
border-color css
<style>
span { border-color: #B9A32B; }
span { border-color: rgb(185,163,43); }
td.TdClassName
{
border-color: #B9A32B;
}
.TagClassName
{
border-color: #B9A32B;
}
</style>