Shades of Earls Green #B9AF1B
Tints of Earls Green #B9AF1B
RGB
CMYK
RGB Variations
Color information
#B9AF1B (or 0xB9AF1B) is known color: Earls Green. HEX triplet: B9, AF and 1B. RGB value is (185,175,27). Sum of RGB (Red+Green+Blue) = 185+175+27=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF1B is #4650E4. Grayscale: #A1A1A1. Windows color (decimal): -4608229 or 1814457. OLE color: 1814457.
HSL color Cylindrical-coordinate representation of color #B9AF1B: hue angle of 56.2º 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 #B9AF1B is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 27 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.27 |
| HSL | 56.2º | 0.75% | 0.42% | - |
| HSV(B) | 56.2º | 0.85% | 0.73% | - |
| XYZ | 35.54 | 41.05 | 7.09 | - |
| YUV | 161.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 27 | 0 | 0.05 | 0.85 | 0.27 | 56.2 | 0.75 | 0.42 |
| Hex | B9 | AF | 1B | 0 | 5 | 55 | 1B | 38 | 4B | 2A |
| Octal | 271 | 257 | 33 | 0 | 5 | 125 | 33 | 70 | 113 | 52 |
| Binary | 10111001 | 10101111 | 11011 | 0 | 101 | 1010101 | 11011 | 111000 | 1001011 | 101010 |
Color Harmonies of #B9AF1B
Complementary color
Monochromatic Colors of #B9AF1B
Black with #B9AF1B
Text Example
Text Example
White with #B9AF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF1B; }
p { color: rgb(185,175,27); }
H1.HeaderClassName
{
color: #B9AF1B;
}
.AnyTagClassName
{
color: #B9AF1B;
}
</style>
background-color css
<style>
a { background-color: #B9AF1B; }
a { background-color: rgb(185,175,27); }
div.DivClassName
{
background-color: #B9AF1B;
}
.BgClassName
{
background-color: #B9AF1B;
}
</style>
border-color css
<style>
span { border-color: #B9AF1B; }
span { border-color: rgb(185,175,27); }
td.TdClassName
{
border-color: #B9AF1B;
}
.TagClassName
{
border-color: #B9AF1B;
}
</style>