Shades of Earls Green #BDB02D
Tints of Earls Green #BDB02D
RGB
CMYK
RGB Variations
Color information
#BDB02D (or 0xBDB02D) is known color: Earls Green. HEX triplet: BD, B0 and 2D. RGB value is (189,176,45). Sum of RGB (Red+Green+Blue) = 189+176+45=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB02D is #424FD2. Grayscale: #A5A5A5. Windows color (decimal): -4345811 or 2994365. OLE color: 2994365.
HSL color Cylindrical-coordinate representation of color #BDB02D: hue angle of 54.58º degrees, saturation: 0.62, 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 #BDB02D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 45 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.26 |
| HSL | 54.58º | 0.62% | 0.46% | - |
| HSV(B) | 54.58º | 0.76% | 0.74% | - |
| XYZ | 36.99 | 42.06 | 8.65 | - |
| YUV | 164.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 45 | 0 | 0.07 | 0.76 | 0.26 | 54.58 | 0.62 | 0.46 |
| Hex | BD | B0 | 2D | 0 | 7 | 4C | 1A | 37 | 3E | 2E |
| Octal | 275 | 260 | 55 | 0 | 7 | 114 | 32 | 67 | 76 | 56 |
| Binary | 10111101 | 10110000 | 101101 | 0 | 111 | 1001100 | 11010 | 110111 | 111110 | 101110 |
Color Harmonies of #BDB02D
Complementary color
Monochromatic Colors of #BDB02D
Black with #BDB02D
Text Example
Text Example
White with #BDB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB02D; }
p { color: rgb(189,176,45); }
H1.HeaderClassName
{
color: #BDB02D;
}
.AnyTagClassName
{
color: #BDB02D;
}
</style>
background-color css
<style>
a { background-color: #BDB02D; }
a { background-color: rgb(189,176,45); }
div.DivClassName
{
background-color: #BDB02D;
}
.BgClassName
{
background-color: #BDB02D;
}
</style>
border-color css
<style>
span { border-color: #BDB02D; }
span { border-color: rgb(189,176,45); }
td.TdClassName
{
border-color: #BDB02D;
}
.TagClassName
{
border-color: #BDB02D;
}
</style>