Shades of Earls Green #BDAF1D
Tints of Earls Green #BDAF1D
RGB
CMYK
RGB Variations
Color information
#BDAF1D (or 0xBDAF1D) is known color: Earls Green. HEX triplet: BD, AF and 1D. RGB value is (189,175,29). Sum of RGB (Red+Green+Blue) = 189+175+29=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF1D is #4250E2. Grayscale: #A3A3A3. Windows color (decimal): -4346083 or 1945533. OLE color: 1945533.
HSL color Cylindrical-coordinate representation of color #BDAF1D: hue angle of 54.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDAF1D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 29 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.26 |
| HSL | 54.75º | 0.73% | 0.43% | - |
| HSV(B) | 54.75º | 0.85% | 0.74% | - |
| XYZ | 36.54 | 41.57 | 7.26 | - |
| YUV | 162.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 29 | 0 | 0.07 | 0.85 | 0.26 | 54.75 | 0.73 | 0.43 |
| Hex | BD | AF | 1D | 0 | 7 | 55 | 1A | 37 | 49 | 2B |
| Octal | 275 | 257 | 35 | 0 | 7 | 125 | 32 | 67 | 111 | 53 |
| Binary | 10111101 | 10101111 | 11101 | 0 | 111 | 1010101 | 11010 | 110111 | 1001001 | 101011 |
Color Harmonies of #BDAF1D
Complementary color
Monochromatic Colors of #BDAF1D
Black with #BDAF1D
Text Example
Text Example
White with #BDAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF1D; }
p { color: rgb(189,175,29); }
H1.HeaderClassName
{
color: #BDAF1D;
}
.AnyTagClassName
{
color: #BDAF1D;
}
</style>
background-color css
<style>
a { background-color: #BDAF1D; }
a { background-color: rgb(189,175,29); }
div.DivClassName
{
background-color: #BDAF1D;
}
.BgClassName
{
background-color: #BDAF1D;
}
</style>
border-color css
<style>
span { border-color: #BDAF1D; }
span { border-color: rgb(189,175,29); }
td.TdClassName
{
border-color: #BDAF1D;
}
.TagClassName
{
border-color: #BDAF1D;
}
</style>