Shades of Earls Green #BDB21D
Tints of Earls Green #BDB21D
RGB
CMYK
RGB Variations
Color information
#BDB21D (or 0xBDB21D) is known color: Earls Green. HEX triplet: BD, B2 and 1D. RGB value is (189,178,29). Sum of RGB (Red+Green+Blue) = 189+178+29=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB21D is #424DE2. Grayscale: #A4A4A4. Windows color (decimal): -4345315 or 1946301. OLE color: 1946301.
HSL color Cylindrical-coordinate representation of color #BDB21D: hue angle of 55.88º degrees, saturation: 0.73, 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 #BDB21D is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 29 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.26 |
| HSL | 55.88º | 0.73% | 0.43% | - |
| HSV(B) | 55.88º | 0.85% | 0.74% | - |
| XYZ | 37.13 | 42.75 | 7.46 | - |
| YUV | 164.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 29 | 0 | 0.06 | 0.85 | 0.26 | 55.88 | 0.73 | 0.43 |
| Hex | BD | B2 | 1D | 0 | 6 | 55 | 1A | 38 | 49 | 2B |
| Octal | 275 | 262 | 35 | 0 | 6 | 125 | 32 | 70 | 111 | 53 |
| Binary | 10111101 | 10110010 | 11101 | 0 | 110 | 1010101 | 11010 | 111000 | 1001001 | 101011 |
Color Harmonies of #BDB21D
Complementary color
Monochromatic Colors of #BDB21D
Black with #BDB21D
Text Example
Text Example
White with #BDB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB21D; }
p { color: rgb(189,178,29); }
H1.HeaderClassName
{
color: #BDB21D;
}
.AnyTagClassName
{
color: #BDB21D;
}
</style>
background-color css
<style>
a { background-color: #BDB21D; }
a { background-color: rgb(189,178,29); }
div.DivClassName
{
background-color: #BDB21D;
}
.BgClassName
{
background-color: #BDB21D;
}
</style>
border-color css
<style>
span { border-color: #BDB21D; }
span { border-color: rgb(189,178,29); }
td.TdClassName
{
border-color: #BDB21D;
}
.TagClassName
{
border-color: #BDB21D;
}
</style>