Shades of Earls Green #BDAF2B
Tints of Earls Green #BDAF2B
RGB
CMYK
RGB Variations
Color information
#BDAF2B (or 0xBDAF2B) is known color: Earls Green. HEX triplet: BD, AF and 2B. RGB value is (189,175,43). Sum of RGB (Red+Green+Blue) = 189+175+43=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF2B is #4250D4. Grayscale: #A4A4A4. Windows color (decimal): -4346069 or 2863037. OLE color: 2863037.
HSL color Cylindrical-coordinate representation of color #BDAF2B: hue angle of 54.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDAF2B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 43 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.26 |
| HSL | 54.25º | 0.63% | 0.45% | - |
| HSV(B) | 54.25º | 0.77% | 0.74% | - |
| XYZ | 36.75 | 41.65 | 8.39 | - |
| YUV | 164.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 43 | 0 | 0.07 | 0.77 | 0.26 | 54.25 | 0.63 | 0.45 |
| Hex | BD | AF | 2B | 0 | 7 | 4D | 1A | 36 | 3F | 2D |
| Octal | 275 | 257 | 53 | 0 | 7 | 115 | 32 | 66 | 77 | 55 |
| Binary | 10111101 | 10101111 | 101011 | 0 | 111 | 1001101 | 11010 | 110110 | 111111 | 101101 |
Color Harmonies of #BDAF2B
Complementary color
Monochromatic Colors of #BDAF2B
Black with #BDAF2B
Text Example
Text Example
White with #BDAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF2B; }
p { color: rgb(189,175,43); }
H1.HeaderClassName
{
color: #BDAF2B;
}
.AnyTagClassName
{
color: #BDAF2B;
}
</style>
background-color css
<style>
a { background-color: #BDAF2B; }
a { background-color: rgb(189,175,43); }
div.DivClassName
{
background-color: #BDAF2B;
}
.BgClassName
{
background-color: #BDAF2B;
}
</style>
border-color css
<style>
span { border-color: #BDAF2B; }
span { border-color: rgb(189,175,43); }
td.TdClassName
{
border-color: #BDAF2B;
}
.TagClassName
{
border-color: #BDAF2B;
}
</style>