Shades of Earls Green #BDB72E
Tints of Earls Green #BDB72E
RGB
CMYK
RGB Variations
Color information
#BDB72E (or 0xBDB72E) is known color: Earls Green. HEX triplet: BD, B7 and 2E. RGB value is (189,183,46). Sum of RGB (Red+Green+Blue) = 189+183+46=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB72E is #4248D1. Grayscale: #A9A9A9. Windows color (decimal): -4344018 or 3061693. OLE color: 3061693.
HSL color Cylindrical-coordinate representation of color #BDB72E: hue angle of 57.48º 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 #BDB72E is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 46 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.26 |
| HSL | 57.48º | 0.61% | 0.46% | - |
| HSV(B) | 57.48º | 0.76% | 0.74% | - |
| XYZ | 38.41 | 44.88 | 9.22 | - |
| YUV | 169.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 46 | 0 | 0.03 | 0.76 | 0.26 | 57.48 | 0.61 | 0.46 |
| Hex | BD | B7 | 2E | 0 | 3 | 4C | 1A | 39 | 3D | 2E |
| Octal | 275 | 267 | 56 | 0 | 3 | 114 | 32 | 71 | 75 | 56 |
| Binary | 10111101 | 10110111 | 101110 | 0 | 11 | 1001100 | 11010 | 111001 | 111101 | 101110 |
Color Harmonies of #BDB72E
Complementary color
Monochromatic Colors of #BDB72E
Black with #BDB72E
Text Example
Text Example
White with #BDB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB72E; }
p { color: rgb(189,183,46); }
H1.HeaderClassName
{
color: #BDB72E;
}
.AnyTagClassName
{
color: #BDB72E;
}
</style>
background-color css
<style>
a { background-color: #BDB72E; }
a { background-color: rgb(189,183,46); }
div.DivClassName
{
background-color: #BDB72E;
}
.BgClassName
{
background-color: #BDB72E;
}
</style>
border-color css
<style>
span { border-color: #BDB72E; }
span { border-color: rgb(189,183,46); }
td.TdClassName
{
border-color: #BDB72E;
}
.TagClassName
{
border-color: #BDB72E;
}
</style>