Shades of Earls Green #BDAF25
Tints of Earls Green #BDAF25
RGB
CMYK
RGB Variations
Color information
#BDAF25 (or 0xBDAF25) is known color: Earls Green. HEX triplet: BD, AF and 25. RGB value is (189,175,37). Sum of RGB (Red+Green+Blue) = 189+175+37=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF25 is #4250DA. Grayscale: #A4A4A4. Windows color (decimal): -4346075 or 2469821. OLE color: 2469821.
HSL color Cylindrical-coordinate representation of color #BDAF25: hue angle of 54.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDAF25 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 37 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.26 |
| HSL | 54.47º | 0.67% | 0.44% | - |
| HSV(B) | 54.47º | 0.8% | 0.74% | - |
| XYZ | 36.65 | 41.61 | 7.85 | - |
| YUV | 163.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 37 | 0 | 0.07 | 0.80 | 0.26 | 54.47 | 0.67 | 0.44 |
| Hex | BD | AF | 25 | 0 | 7 | 50 | 1A | 36 | 43 | 2C |
| Octal | 275 | 257 | 45 | 0 | 7 | 120 | 32 | 66 | 103 | 54 |
| Binary | 10111101 | 10101111 | 100101 | 0 | 111 | 1010000 | 11010 | 110110 | 1000011 | 101100 |
Color Harmonies of #BDAF25
Complementary color
Monochromatic Colors of #BDAF25
Black with #BDAF25
Text Example
Text Example
White with #BDAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF25; }
p { color: rgb(189,175,37); }
H1.HeaderClassName
{
color: #BDAF25;
}
.AnyTagClassName
{
color: #BDAF25;
}
</style>
background-color css
<style>
a { background-color: #BDAF25; }
a { background-color: rgb(189,175,37); }
div.DivClassName
{
background-color: #BDAF25;
}
.BgClassName
{
background-color: #BDAF25;
}
</style>
border-color css
<style>
span { border-color: #BDAF25; }
span { border-color: rgb(189,175,37); }
td.TdClassName
{
border-color: #BDAF25;
}
.TagClassName
{
border-color: #BDAF25;
}
</style>