Shades of Earls Green #BDB42E
Tints of Earls Green #BDB42E
RGB
CMYK
RGB Variations
Color information
#BDB42E (or 0xBDB42E) is known color: Earls Green. HEX triplet: BD, B4 and 2E. RGB value is (189,180,46). Sum of RGB (Red+Green+Blue) = 189+180+46=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB42E is #424BD1. Grayscale: #A7A7A7. Windows color (decimal): -4344786 or 3060925. OLE color: 3060925.
HSL color Cylindrical-coordinate representation of color #BDB42E: hue angle of 56.22º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDB42E is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 46 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.26 |
| HSL | 56.22º | 0.61% | 0.46% | - |
| HSV(B) | 56.22º | 0.76% | 0.74% | - |
| XYZ | 37.8 | 43.66 | 9.02 | - |
| YUV | 167.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 46 | 0 | 0.05 | 0.76 | 0.26 | 56.22 | 0.61 | 0.46 |
| Hex | BD | B4 | 2E | 0 | 5 | 4C | 1A | 38 | 3D | 2E |
| Octal | 275 | 264 | 56 | 0 | 5 | 114 | 32 | 70 | 75 | 56 |
| Binary | 10111101 | 10110100 | 101110 | 0 | 101 | 1001100 | 11010 | 111000 | 111101 | 101110 |
Color Harmonies of #BDB42E
Complementary color
Monochromatic Colors of #BDB42E
Black with #BDB42E
Text Example
Text Example
White with #BDB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB42E; }
p { color: rgb(189,180,46); }
H1.HeaderClassName
{
color: #BDB42E;
}
.AnyTagClassName
{
color: #BDB42E;
}
</style>
background-color css
<style>
a { background-color: #BDB42E; }
a { background-color: rgb(189,180,46); }
div.DivClassName
{
background-color: #BDB42E;
}
.BgClassName
{
background-color: #BDB42E;
}
</style>
border-color css
<style>
span { border-color: #BDB42E; }
span { border-color: rgb(189,180,46); }
td.TdClassName
{
border-color: #BDB42E;
}
.TagClassName
{
border-color: #BDB42E;
}
</style>