Shades of Earls Green #BDB217
Tints of Earls Green #BDB217
RGB
CMYK
RGB Variations
Color information
#BDB217 (or 0xBDB217) is known color: Earls Green. HEX triplet: BD, B2 and 17. RGB value is (189,178,23). Sum of RGB (Red+Green+Blue) = 189+178+23=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB217 is #424DE8. Grayscale: #A4A4A4. Windows color (decimal): -4345321 or 1553085. OLE color: 1553085.
HSL color Cylindrical-coordinate representation of color #BDB217: hue angle of 56.02º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB217 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 23 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.26 |
| HSL | 56.02º | 0.78% | 0.42% | - |
| HSV(B) | 56.02º | 0.88% | 0.74% | - |
| XYZ | 37.06 | 42.72 | 7.1 | - |
| YUV | 163.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 23 | 0 | 0.06 | 0.88 | 0.26 | 56.02 | 0.78 | 0.42 |
| Hex | BD | B2 | 17 | 0 | 6 | 58 | 1A | 38 | 4E | 2A |
| Octal | 275 | 262 | 27 | 0 | 6 | 130 | 32 | 70 | 116 | 52 |
| Binary | 10111101 | 10110010 | 10111 | 0 | 110 | 1011000 | 11010 | 111000 | 1001110 | 101010 |
Color Harmonies of #BDB217
Complementary color
Monochromatic Colors of #BDB217
Black with #BDB217
Text Example
Text Example
White with #BDB217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB217; }
p { color: rgb(189,178,23); }
H1.HeaderClassName
{
color: #BDB217;
}
.AnyTagClassName
{
color: #BDB217;
}
</style>
background-color css
<style>
a { background-color: #BDB217; }
a { background-color: rgb(189,178,23); }
div.DivClassName
{
background-color: #BDB217;
}
.BgClassName
{
background-color: #BDB217;
}
</style>
border-color css
<style>
span { border-color: #BDB217; }
span { border-color: rgb(189,178,23); }
td.TdClassName
{
border-color: #BDB217;
}
.TagClassName
{
border-color: #BDB217;
}
</style>