Shades of Earls Green #BDB11E
Tints of Earls Green #BDB11E
RGB
CMYK
RGB Variations
Color information
#BDB11E (or 0xBDB11E) is known color: Earls Green. HEX triplet: BD, B1 and 1E. RGB value is (189,177,30). Sum of RGB (Red+Green+Blue) = 189+177+30=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB11E is #424EE1. Grayscale: #A4A4A4. Windows color (decimal): -4345570 or 2011581. OLE color: 2011581.
HSL color Cylindrical-coordinate representation of color #BDB11E: hue angle of 55.47º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDB11E is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 30 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.26 |
| HSL | 55.47º | 0.73% | 0.43% | - |
| HSV(B) | 55.47º | 0.84% | 0.74% | - |
| XYZ | 36.94 | 42.36 | 7.46 | - |
| YUV | 163.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 30 | 0 | 0.06 | 0.84 | 0.26 | 55.47 | 0.73 | 0.43 |
| Hex | BD | B1 | 1E | 0 | 6 | 54 | 1A | 37 | 49 | 2B |
| Octal | 275 | 261 | 36 | 0 | 6 | 124 | 32 | 67 | 111 | 53 |
| Binary | 10111101 | 10110001 | 11110 | 0 | 110 | 1010100 | 11010 | 110111 | 1001001 | 101011 |
Color Harmonies of #BDB11E
Complementary color
Monochromatic Colors of #BDB11E
Black with #BDB11E
Text Example
Text Example
White with #BDB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB11E; }
p { color: rgb(189,177,30); }
H1.HeaderClassName
{
color: #BDB11E;
}
.AnyTagClassName
{
color: #BDB11E;
}
</style>
background-color css
<style>
a { background-color: #BDB11E; }
a { background-color: rgb(189,177,30); }
div.DivClassName
{
background-color: #BDB11E;
}
.BgClassName
{
background-color: #BDB11E;
}
</style>
border-color css
<style>
span { border-color: #BDB11E; }
span { border-color: rgb(189,177,30); }
td.TdClassName
{
border-color: #BDB11E;
}
.TagClassName
{
border-color: #BDB11E;
}
</style>