Shades of Earls Green #BDB61D
Tints of Earls Green #BDB61D
RGB
CMYK
RGB Variations
Color information
#BDB61D (or 0xBDB61D) is known color: Earls Green. HEX triplet: BD, B6 and 1D. RGB value is (189,182,29). Sum of RGB (Red+Green+Blue) = 189+182+29=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB61D is #4249E2. Grayscale: #A7A7A7. Windows color (decimal): -4344291 or 1947325. OLE color: 1947325.
HSL color Cylindrical-coordinate representation of color #BDB61D: hue angle of 57.38º 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 #BDB61D is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 29 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.26 |
| HSL | 57.38º | 0.73% | 0.43% | - |
| HSV(B) | 57.38º | 0.85% | 0.74% | - |
| XYZ | 37.94 | 44.36 | 7.73 | - |
| YUV | 166.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 29 | 0 | 0.04 | 0.85 | 0.26 | 57.38 | 0.73 | 0.43 |
| Hex | BD | B6 | 1D | 0 | 4 | 55 | 1A | 39 | 49 | 2B |
| Octal | 275 | 266 | 35 | 0 | 4 | 125 | 32 | 71 | 111 | 53 |
| Binary | 10111101 | 10110110 | 11101 | 0 | 100 | 1010101 | 11010 | 111001 | 1001001 | 101011 |
Color Harmonies of #BDB61D
Complementary color
Monochromatic Colors of #BDB61D
Black with #BDB61D
Text Example
Text Example
White with #BDB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB61D; }
p { color: rgb(189,182,29); }
H1.HeaderClassName
{
color: #BDB61D;
}
.AnyTagClassName
{
color: #BDB61D;
}
</style>
background-color css
<style>
a { background-color: #BDB61D; }
a { background-color: rgb(189,182,29); }
div.DivClassName
{
background-color: #BDB61D;
}
.BgClassName
{
background-color: #BDB61D;
}
</style>
border-color css
<style>
span { border-color: #BDB61D; }
span { border-color: rgb(189,182,29); }
td.TdClassName
{
border-color: #BDB61D;
}
.TagClassName
{
border-color: #BDB61D;
}
</style>