Shades of Earls Green #BDB017
Tints of Earls Green #BDB017
RGB
CMYK
RGB Variations
Color information
#BDB017 (or 0xBDB017) is known color: Earls Green. HEX triplet: BD, B0 and 17. RGB value is (189,176,23). Sum of RGB (Red+Green+Blue) = 189+176+23=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB017 is #424FE8. Grayscale: #A3A3A3. Windows color (decimal): -4345833 or 1552573. OLE color: 1552573.
HSL color Cylindrical-coordinate representation of color #BDB017: hue angle of 55.3º 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 #BDB017 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 23 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.26 |
| HSL | 55.3º | 0.78% | 0.42% | - |
| HSV(B) | 55.3º | 0.88% | 0.74% | - |
| XYZ | 36.67 | 41.93 | 6.97 | - |
| YUV | 162.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 23 | 0 | 0.07 | 0.88 | 0.26 | 55.3 | 0.78 | 0.42 |
| Hex | BD | B0 | 17 | 0 | 7 | 58 | 1A | 37 | 4E | 2A |
| Octal | 275 | 260 | 27 | 0 | 7 | 130 | 32 | 67 | 116 | 52 |
| Binary | 10111101 | 10110000 | 10111 | 0 | 111 | 1011000 | 11010 | 110111 | 1001110 | 101010 |
Color Harmonies of #BDB017
Complementary color
Monochromatic Colors of #BDB017
Black with #BDB017
Text Example
Text Example
White with #BDB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB017; }
p { color: rgb(189,176,23); }
H1.HeaderClassName
{
color: #BDB017;
}
.AnyTagClassName
{
color: #BDB017;
}
</style>
background-color css
<style>
a { background-color: #BDB017; }
a { background-color: rgb(189,176,23); }
div.DivClassName
{
background-color: #BDB017;
}
.BgClassName
{
background-color: #BDB017;
}
</style>
border-color css
<style>
span { border-color: #BDB017; }
span { border-color: rgb(189,176,23); }
td.TdClassName
{
border-color: #BDB017;
}
.TagClassName
{
border-color: #BDB017;
}
</style>