Shades of Earls Green #BDB72B
Tints of Earls Green #BDB72B
RGB
CMYK
RGB Variations
Color information
#BDB72B (or 0xBDB72B) is known color: Earls Green. HEX triplet: BD, B7 and 2B. RGB value is (189,183,43). Sum of RGB (Red+Green+Blue) = 189+183+43=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB72B is #4248D4. Grayscale: #A9A9A9. Windows color (decimal): -4344021 or 2865085. OLE color: 2865085.
HSL color Cylindrical-coordinate representation of color #BDB72B: hue angle of 57.53º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDB72B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 43 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.26 |
| HSL | 57.53º | 0.63% | 0.45% | - |
| HSV(B) | 57.53º | 0.77% | 0.74% | - |
| XYZ | 38.36 | 44.86 | 8.92 | - |
| YUV | 168.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 43 | 0 | 0.03 | 0.77 | 0.26 | 57.53 | 0.63 | 0.45 |
| Hex | BD | B7 | 2B | 0 | 3 | 4D | 1A | 3A | 3F | 2D |
| Octal | 275 | 267 | 53 | 0 | 3 | 115 | 32 | 72 | 77 | 55 |
| Binary | 10111101 | 10110111 | 101011 | 0 | 11 | 1001101 | 11010 | 111010 | 111111 | 101101 |
Color Harmonies of #BDB72B
Complementary color
Monochromatic Colors of #BDB72B
Black with #BDB72B
Text Example
Text Example
White with #BDB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB72B; }
p { color: rgb(189,183,43); }
H1.HeaderClassName
{
color: #BDB72B;
}
.AnyTagClassName
{
color: #BDB72B;
}
</style>
background-color css
<style>
a { background-color: #BDB72B; }
a { background-color: rgb(189,183,43); }
div.DivClassName
{
background-color: #BDB72B;
}
.BgClassName
{
background-color: #BDB72B;
}
</style>
border-color css
<style>
span { border-color: #BDB72B; }
span { border-color: rgb(189,183,43); }
td.TdClassName
{
border-color: #BDB72B;
}
.TagClassName
{
border-color: #BDB72B;
}
</style>