Shades of Earls Green #BDB021
Tints of Earls Green #BDB021
RGB
CMYK
RGB Variations
Color information
#BDB021 (or 0xBDB021) is known color: Earls Green. HEX triplet: BD, B0 and 21. RGB value is (189,176,33). Sum of RGB (Red+Green+Blue) = 189+176+33=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB021 is #424FDE. Grayscale: #A4A4A4. Windows color (decimal): -4345823 or 2207933. OLE color: 2207933.
HSL color Cylindrical-coordinate representation of color #BDB021: hue angle of 55º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDB021 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 33 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.26 |
| HSL | 55º | 0.7% | 0.44% | - |
| HSV(B) | 55º | 0.83% | 0.74% | - |
| XYZ | 36.79 | 41.98 | 7.6 | - |
| YUV | 163.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 33 | 0 | 0.07 | 0.83 | 0.26 | 55 | 0.7 | 0.44 |
| Hex | BD | B0 | 21 | 0 | 7 | 53 | 1A | 37 | 46 | 2C |
| Octal | 275 | 260 | 41 | 0 | 7 | 123 | 32 | 67 | 106 | 54 |
| Binary | 10111101 | 10110000 | 100001 | 0 | 111 | 1010011 | 11010 | 110111 | 1000110 | 101100 |
Color Harmonies of #BDB021
Complementary color
Monochromatic Colors of #BDB021
Black with #BDB021
Text Example
Text Example
White with #BDB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB021; }
p { color: rgb(189,176,33); }
H1.HeaderClassName
{
color: #BDB021;
}
.AnyTagClassName
{
color: #BDB021;
}
</style>
background-color css
<style>
a { background-color: #BDB021; }
a { background-color: rgb(189,176,33); }
div.DivClassName
{
background-color: #BDB021;
}
.BgClassName
{
background-color: #BDB021;
}
</style>
border-color css
<style>
span { border-color: #BDB021; }
span { border-color: rgb(189,176,33); }
td.TdClassName
{
border-color: #BDB021;
}
.TagClassName
{
border-color: #BDB021;
}
</style>