Shades of Earls Green #BDB22E
Tints of Earls Green #BDB22E
RGB
CMYK
RGB Variations
Color information
#BDB22E (or 0xBDB22E) is known color: Earls Green. HEX triplet: BD, B2 and 2E. RGB value is (189,178,46). Sum of RGB (Red+Green+Blue) = 189+178+46=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB22E is #424DD1. Grayscale: #A6A6A6. Windows color (decimal): -4345298 or 3060413. OLE color: 3060413.
HSL color Cylindrical-coordinate representation of color #BDB22E: hue angle of 55.38º 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 #BDB22E is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 46 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.26 |
| HSL | 55.38º | 0.61% | 0.46% | - |
| HSV(B) | 55.38º | 0.76% | 0.74% | - |
| XYZ | 37.4 | 42.86 | 8.89 | - |
| YUV | 166.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 46 | 0 | 0.06 | 0.76 | 0.26 | 55.38 | 0.61 | 0.46 |
| Hex | BD | B2 | 2E | 0 | 6 | 4C | 1A | 37 | 3D | 2E |
| Octal | 275 | 262 | 56 | 0 | 6 | 114 | 32 | 67 | 75 | 56 |
| Binary | 10111101 | 10110010 | 101110 | 0 | 110 | 1001100 | 11010 | 110111 | 111101 | 101110 |
Color Harmonies of #BDB22E
Complementary color
Monochromatic Colors of #BDB22E
Black with #BDB22E
Text Example
Text Example
White with #BDB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB22E; }
p { color: rgb(189,178,46); }
H1.HeaderClassName
{
color: #BDB22E;
}
.AnyTagClassName
{
color: #BDB22E;
}
</style>
background-color css
<style>
a { background-color: #BDB22E; }
a { background-color: rgb(189,178,46); }
div.DivClassName
{
background-color: #BDB22E;
}
.BgClassName
{
background-color: #BDB22E;
}
</style>
border-color css
<style>
span { border-color: #BDB22E; }
span { border-color: rgb(189,178,46); }
td.TdClassName
{
border-color: #BDB22E;
}
.TagClassName
{
border-color: #BDB22E;
}
</style>