Shades of Earls Green #BDB521
Tints of Earls Green #BDB521
RGB
CMYK
RGB Variations
Color information
#BDB521 (or 0xBDB521) is known color: Earls Green. HEX triplet: BD, B5 and 21. RGB value is (189,181,33). Sum of RGB (Red+Green+Blue) = 189+181+33=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB521 is #424ADE. Grayscale: #A7A7A7. Windows color (decimal): -4344543 or 2209213. OLE color: 2209213.
HSL color Cylindrical-coordinate representation of color #BDB521: hue angle of 56.92º 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 #BDB521 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 33 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.26 |
| HSL | 56.92º | 0.7% | 0.44% | - |
| HSV(B) | 56.92º | 0.83% | 0.74% | - |
| XYZ | 37.78 | 43.98 | 7.94 | - |
| YUV | 166.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 33 | 0 | 0.04 | 0.83 | 0.26 | 56.92 | 0.7 | 0.44 |
| Hex | BD | B5 | 21 | 0 | 4 | 53 | 1A | 39 | 46 | 2C |
| Octal | 275 | 265 | 41 | 0 | 4 | 123 | 32 | 71 | 106 | 54 |
| Binary | 10111101 | 10110101 | 100001 | 0 | 100 | 1010011 | 11010 | 111001 | 1000110 | 101100 |
Color Harmonies of #BDB521
Complementary color
Monochromatic Colors of #BDB521
Black with #BDB521
Text Example
Text Example
White with #BDB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB521; }
p { color: rgb(189,181,33); }
H1.HeaderClassName
{
color: #BDB521;
}
.AnyTagClassName
{
color: #BDB521;
}
</style>
background-color css
<style>
a { background-color: #BDB521; }
a { background-color: rgb(189,181,33); }
div.DivClassName
{
background-color: #BDB521;
}
.BgClassName
{
background-color: #BDB521;
}
</style>
border-color css
<style>
span { border-color: #BDB521; }
span { border-color: rgb(189,181,33); }
td.TdClassName
{
border-color: #BDB521;
}
.TagClassName
{
border-color: #BDB521;
}
</style>