Shades of Earls Green #BDB41D
Tints of Earls Green #BDB41D
RGB
CMYK
RGB Variations
Color information
#BDB41D (or 0xBDB41D) is known color: Earls Green. HEX triplet: BD, B4 and 1D. RGB value is (189,180,29). Sum of RGB (Red+Green+Blue) = 189+180+29=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB41D is #424BE2. Grayscale: #A6A6A6. Windows color (decimal): -4344803 or 1946813. OLE color: 1946813.
HSL color Cylindrical-coordinate representation of color #BDB41D: hue angle of 56.62º 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 #BDB41D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.26 |
| HSL | 56.63º | 0.73% | 0.43% | - |
| HSV(B) | 56.63º | 0.85% | 0.74% | - |
| XYZ | 37.53 | 43.55 | 7.59 | - |
| YUV | 165.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 29 | 0 | 0.05 | 0.85 | 0.26 | 56.63 | 0.73 | 0.43 |
| Hex | BD | B4 | 1D | 0 | 5 | 55 | 1A | 39 | 49 | 2B |
| Octal | 275 | 264 | 35 | 0 | 5 | 125 | 32 | 71 | 111 | 53 |
| Binary | 10111101 | 10110100 | 11101 | 0 | 101 | 1010101 | 11010 | 111001 | 1001001 | 101011 |
Color Harmonies of #BDB41D
Complementary color
Monochromatic Colors of #BDB41D
Black with #BDB41D
Text Example
Text Example
White with #BDB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB41D; }
p { color: rgb(189,180,29); }
H1.HeaderClassName
{
color: #BDB41D;
}
.AnyTagClassName
{
color: #BDB41D;
}
</style>
background-color css
<style>
a { background-color: #BDB41D; }
a { background-color: rgb(189,180,29); }
div.DivClassName
{
background-color: #BDB41D;
}
.BgClassName
{
background-color: #BDB41D;
}
</style>
border-color css
<style>
span { border-color: #BDB41D; }
span { border-color: rgb(189,180,29); }
td.TdClassName
{
border-color: #BDB41D;
}
.TagClassName
{
border-color: #BDB41D;
}
</style>