Shades of Earls Green #B9AD2D
Tints of Earls Green #B9AD2D
RGB
CMYK
RGB Variations
Color information
#B9AD2D (or 0xB9AD2D) is known color: Earls Green. HEX triplet: B9, AD and 2D. RGB value is (185,173,45). Sum of RGB (Red+Green+Blue) = 185+173+45=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD2D is #4652D2. Grayscale: #A2A2A2. Windows color (decimal): -4608723 or 2993593. OLE color: 2993593.
HSL color Cylindrical-coordinate representation of color #B9AD2D: hue angle of 54.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9AD2D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 45 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.27 |
| HSL | 54.86º | 0.61% | 0.45% | - |
| HSV(B) | 54.86º | 0.76% | 0.73% | - |
| XYZ | 35.42 | 40.39 | 8.41 | - |
| YUV | 162 | 61.98 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 45 | 0 | 0.06 | 0.76 | 0.27 | 54.86 | 0.61 | 0.45 |
| Hex | B9 | AD | 2D | 0 | 6 | 4C | 1B | 37 | 3D | 2D |
| Octal | 271 | 255 | 55 | 0 | 6 | 114 | 33 | 67 | 75 | 55 |
| Binary | 10111001 | 10101101 | 101101 | 0 | 110 | 1001100 | 11011 | 110111 | 111101 | 101101 |
Color Harmonies of #B9AD2D
Complementary color
Monochromatic Colors of #B9AD2D
Black with #B9AD2D
Text Example
Text Example
White with #B9AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD2D; }
p { color: rgb(185,173,45); }
H1.HeaderClassName
{
color: #B9AD2D;
}
.AnyTagClassName
{
color: #B9AD2D;
}
</style>
background-color css
<style>
a { background-color: #B9AD2D; }
a { background-color: rgb(185,173,45); }
div.DivClassName
{
background-color: #B9AD2D;
}
.BgClassName
{
background-color: #B9AD2D;
}
</style>
border-color css
<style>
span { border-color: #B9AD2D; }
span { border-color: rgb(185,173,45); }
td.TdClassName
{
border-color: #B9AD2D;
}
.TagClassName
{
border-color: #B9AD2D;
}
</style>