Shades of Earls Green #B9AF1A
Tints of Earls Green #B9AF1A
RGB
CMYK
RGB Variations
Color information
#B9AF1A (or 0xB9AF1A) is known color: Earls Green. HEX triplet: B9, AF and 1A. RGB value is (185,175,26). Sum of RGB (Red+Green+Blue) = 185+175+26=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF1A is #4650E5. Grayscale: #A1A1A1. Windows color (decimal): -4608230 or 1748921. OLE color: 1748921.
HSL color Cylindrical-coordinate representation of color #B9AF1A: hue angle of 56.23º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9AF1A is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 26 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.27 |
| HSL | 56.23º | 0.75% | 0.41% | - |
| HSV(B) | 56.23º | 0.86% | 0.73% | - |
| XYZ | 35.52 | 41.05 | 7.03 | - |
| YUV | 161 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 26 | 0 | 0.05 | 0.86 | 0.27 | 56.23 | 0.75 | 0.41 |
| Hex | B9 | AF | 1A | 0 | 5 | 56 | 1B | 38 | 4B | 29 |
| Octal | 271 | 257 | 32 | 0 | 5 | 126 | 33 | 70 | 113 | 51 |
| Binary | 10111001 | 10101111 | 11010 | 0 | 101 | 1010110 | 11011 | 111000 | 1001011 | 101001 |
Color Harmonies of #B9AF1A
Complementary color
Monochromatic Colors of #B9AF1A
Black with #B9AF1A
Text Example
Text Example
White with #B9AF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF1A; }
p { color: rgb(185,175,26); }
H1.HeaderClassName
{
color: #B9AF1A;
}
.AnyTagClassName
{
color: #B9AF1A;
}
</style>
background-color css
<style>
a { background-color: #B9AF1A; }
a { background-color: rgb(185,175,26); }
div.DivClassName
{
background-color: #B9AF1A;
}
.BgClassName
{
background-color: #B9AF1A;
}
</style>
border-color css
<style>
span { border-color: #B9AF1A; }
span { border-color: rgb(185,175,26); }
td.TdClassName
{
border-color: #B9AF1A;
}
.TagClassName
{
border-color: #B9AF1A;
}
</style>