Shades of Earls Green #BDAF20
Tints of Earls Green #BDAF20
RGB
CMYK
RGB Variations
Color information
#BDAF20 (or 0xBDAF20) is known color: Earls Green. HEX triplet: BD, AF and 20. RGB value is (189,175,32). Sum of RGB (Red+Green+Blue) = 189+175+32=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF20 is #4250DF. Grayscale: #A3A3A3. Windows color (decimal): -4346080 or 2142141. OLE color: 2142141.
HSL color Cylindrical-coordinate representation of color #BDAF20: hue angle of 54.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDAF20 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 32 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.26 |
| HSL | 54.65º | 0.71% | 0.43% | - |
| HSV(B) | 54.65º | 0.83% | 0.74% | - |
| XYZ | 36.58 | 41.58 | 7.47 | - |
| YUV | 162.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 32 | 0 | 0.07 | 0.83 | 0.26 | 54.65 | 0.71 | 0.43 |
| Hex | BD | AF | 20 | 0 | 7 | 53 | 1A | 37 | 47 | 2B |
| Octal | 275 | 257 | 40 | 0 | 7 | 123 | 32 | 67 | 107 | 53 |
| Binary | 10111101 | 10101111 | 100000 | 0 | 111 | 1010011 | 11010 | 110111 | 1000111 | 101011 |
Color Harmonies of #BDAF20
Complementary color
Monochromatic Colors of #BDAF20
Black with #BDAF20
Text Example
Text Example
White with #BDAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF20; }
p { color: rgb(189,175,32); }
H1.HeaderClassName
{
color: #BDAF20;
}
.AnyTagClassName
{
color: #BDAF20;
}
</style>
background-color css
<style>
a { background-color: #BDAF20; }
a { background-color: rgb(189,175,32); }
div.DivClassName
{
background-color: #BDAF20;
}
.BgClassName
{
background-color: #BDAF20;
}
</style>
border-color css
<style>
span { border-color: #BDAF20; }
span { border-color: rgb(189,175,32); }
td.TdClassName
{
border-color: #BDAF20;
}
.TagClassName
{
border-color: #BDAF20;
}
</style>