Shades of Earls Green #BDB02E
Tints of Earls Green #BDB02E
RGB
CMYK
RGB Variations
Color information
#BDB02E (or 0xBDB02E) is known color: Earls Green. HEX triplet: BD, B0 and 2E. RGB value is (189,176,46). Sum of RGB (Red+Green+Blue) = 189+176+46=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB02E is #424FD1. Grayscale: #A5A5A5. Windows color (decimal): -4345810 or 3059901. OLE color: 3059901.
HSL color Cylindrical-coordinate representation of color #BDB02E: hue angle of 54.55º 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 #BDB02E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 46 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.26 |
| HSL | 54.55º | 0.61% | 0.46% | - |
| HSV(B) | 54.55º | 0.76% | 0.74% | - |
| XYZ | 37 | 42.07 | 8.75 | - |
| YUV | 165.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 46 | 0 | 0.07 | 0.76 | 0.26 | 54.55 | 0.61 | 0.46 |
| Hex | BD | B0 | 2E | 0 | 7 | 4C | 1A | 37 | 3D | 2E |
| Octal | 275 | 260 | 56 | 0 | 7 | 114 | 32 | 67 | 75 | 56 |
| Binary | 10111101 | 10110000 | 101110 | 0 | 111 | 1001100 | 11010 | 110111 | 111101 | 101110 |
Color Harmonies of #BDB02E
Complementary color
Monochromatic Colors of #BDB02E
Black with #BDB02E
Text Example
Text Example
White with #BDB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB02E; }
p { color: rgb(189,176,46); }
H1.HeaderClassName
{
color: #BDB02E;
}
.AnyTagClassName
{
color: #BDB02E;
}
</style>
background-color css
<style>
a { background-color: #BDB02E; }
a { background-color: rgb(189,176,46); }
div.DivClassName
{
background-color: #BDB02E;
}
.BgClassName
{
background-color: #BDB02E;
}
</style>
border-color css
<style>
span { border-color: #BDB02E; }
span { border-color: rgb(189,176,46); }
td.TdClassName
{
border-color: #BDB02E;
}
.TagClassName
{
border-color: #BDB02E;
}
</style>