Shades of Earls Green #BDAC1C
Tints of Earls Green #BDAC1C
RGB
CMYK
RGB Variations
Color information
#BDAC1C (or 0xBDAC1C) is known color: Earls Green. HEX triplet: BD, AC and 1C. RGB value is (189,172,28). Sum of RGB (Red+Green+Blue) = 189+172+28=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC1C is #4253E3. Grayscale: #A1A1A1. Windows color (decimal): -4346852 or 1879229. OLE color: 1879229.
HSL color Cylindrical-coordinate representation of color #BDAC1C: hue angle of 53.66º degrees, saturation: 0.74, 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 #BDAC1C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 28 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.26 |
| HSL | 53.66º | 0.74% | 0.43% | - |
| HSV(B) | 53.66º | 0.85% | 0.74% | - |
| XYZ | 35.95 | 40.41 | 7 | - |
| YUV | 160.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 28 | 0 | 0.09 | 0.85 | 0.26 | 53.66 | 0.74 | 0.43 |
| Hex | BD | AC | 1C | 0 | 9 | 55 | 1A | 36 | 4A | 2B |
| Octal | 275 | 254 | 34 | 0 | 11 | 125 | 32 | 66 | 112 | 53 |
| Binary | 10111101 | 10101100 | 11100 | 0 | 1001 | 1010101 | 11010 | 110110 | 1001010 | 101011 |
Color Harmonies of #BDAC1C
Complementary color
Monochromatic Colors of #BDAC1C
Black with #BDAC1C
Text Example
Text Example
White with #BDAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC1C; }
p { color: rgb(189,172,28); }
H1.HeaderClassName
{
color: #BDAC1C;
}
.AnyTagClassName
{
color: #BDAC1C;
}
</style>
background-color css
<style>
a { background-color: #BDAC1C; }
a { background-color: rgb(189,172,28); }
div.DivClassName
{
background-color: #BDAC1C;
}
.BgClassName
{
background-color: #BDAC1C;
}
</style>
border-color css
<style>
span { border-color: #BDAC1C; }
span { border-color: rgb(189,172,28); }
td.TdClassName
{
border-color: #BDAC1C;
}
.TagClassName
{
border-color: #BDAC1C;
}
</style>