Shades of Earls Green #BDAF29
Tints of Earls Green #BDAF29
RGB
CMYK
RGB Variations
Color information
#BDAF29 (or 0xBDAF29) is known color: Earls Green. HEX triplet: BD, AF and 29. RGB value is (189,175,41). Sum of RGB (Red+Green+Blue) = 189+175+41=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF29 is #4250D6. Grayscale: #A4A4A4. Windows color (decimal): -4346071 or 2731965. OLE color: 2731965.
HSL color Cylindrical-coordinate representation of color #BDAF29: hue angle of 54.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDAF29 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 41 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.26 |
| HSL | 54.32º | 0.64% | 0.45% | - |
| HSV(B) | 54.32º | 0.78% | 0.74% | - |
| XYZ | 36.72 | 41.64 | 8.2 | - |
| YUV | 163.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 41 | 0 | 0.07 | 0.78 | 0.26 | 54.32 | 0.64 | 0.45 |
| Hex | BD | AF | 29 | 0 | 7 | 4E | 1A | 36 | 40 | 2D |
| Octal | 275 | 257 | 51 | 0 | 7 | 116 | 32 | 66 | 100 | 55 |
| Binary | 10111101 | 10101111 | 101001 | 0 | 111 | 1001110 | 11010 | 110110 | 1000000 | 101101 |
Color Harmonies of #BDAF29
Complementary color
Monochromatic Colors of #BDAF29
Black with #BDAF29
Text Example
Text Example
White with #BDAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF29; }
p { color: rgb(189,175,41); }
H1.HeaderClassName
{
color: #BDAF29;
}
.AnyTagClassName
{
color: #BDAF29;
}
</style>
background-color css
<style>
a { background-color: #BDAF29; }
a { background-color: rgb(189,175,41); }
div.DivClassName
{
background-color: #BDAF29;
}
.BgClassName
{
background-color: #BDAF29;
}
</style>
border-color css
<style>
span { border-color: #BDAF29; }
span { border-color: rgb(189,175,41); }
td.TdClassName
{
border-color: #BDAF29;
}
.TagClassName
{
border-color: #BDAF29;
}
</style>