Shades of Earls Green #B9A21B
Tints of Earls Green #B9A21B
RGB
CMYK
RGB Variations
Color information
#B9A21B (or 0xB9A21B) is known color: Earls Green. HEX triplet: B9, A2 and 1B. RGB value is (185,162,27). Sum of RGB (Red+Green+Blue) = 185+162+27=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A21B is #465DE4. Grayscale: #9A9A9A. Windows color (decimal): -4611557 or 1811129. OLE color: 1811129.
HSL color Cylindrical-coordinate representation of color #B9A21B: hue angle of 51.27º degrees, saturation: 0.75, 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 #B9A21B is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 27 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.27 |
| HSL | 51.27º | 0.75% | 0.42% | - |
| HSV(B) | 51.27º | 0.85% | 0.73% | - |
| XYZ | 33.13 | 36.23 | 6.28 | - |
| YUV | 153.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 27 | 0 | 0.12 | 0.85 | 0.27 | 51.27 | 0.75 | 0.42 |
| Hex | B9 | A2 | 1B | 0 | C | 55 | 1B | 33 | 4B | 2A |
| Octal | 271 | 242 | 33 | 0 | 14 | 125 | 33 | 63 | 113 | 52 |
| Binary | 10111001 | 10100010 | 11011 | 0 | 1100 | 1010101 | 11011 | 110011 | 1001011 | 101010 |
Color Harmonies of #B9A21B
Complementary color
Monochromatic Colors of #B9A21B
Black with #B9A21B
Text Example
Text Example
White with #B9A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A21B; }
p { color: rgb(185,162,27); }
H1.HeaderClassName
{
color: #B9A21B;
}
.AnyTagClassName
{
color: #B9A21B;
}
</style>
background-color css
<style>
a { background-color: #B9A21B; }
a { background-color: rgb(185,162,27); }
div.DivClassName
{
background-color: #B9A21B;
}
.BgClassName
{
background-color: #B9A21B;
}
</style>
border-color css
<style>
span { border-color: #B9A21B; }
span { border-color: rgb(185,162,27); }
td.TdClassName
{
border-color: #B9A21B;
}
.TagClassName
{
border-color: #B9A21B;
}
</style>