Shades of Earls Green #BDB52F
Tints of Earls Green #BDB52F
RGB
CMYK
RGB Variations
Color information
#BDB52F (or 0xBDB52F) is known color: Earls Green. HEX triplet: BD, B5 and 2F. RGB value is (189,181,47). Sum of RGB (Red+Green+Blue) = 189+181+47=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB52F is #424AD0. Grayscale: #A8A8A8. Windows color (decimal): -4344529 or 3126717. OLE color: 3126717.
HSL color Cylindrical-coordinate representation of color #BDB52F: hue angle of 56.62º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDB52F is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 47 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.26 |
| HSL | 56.62º | 0.6% | 0.46% | - |
| HSV(B) | 56.62º | 0.75% | 0.74% | - |
| XYZ | 38.02 | 44.07 | 9.19 | - |
| YUV | 168.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 47 | 0 | 0.04 | 0.75 | 0.26 | 56.62 | 0.6 | 0.46 |
| Hex | BD | B5 | 2F | 0 | 4 | 4B | 1A | 39 | 3C | 2E |
| Octal | 275 | 265 | 57 | 0 | 4 | 113 | 32 | 71 | 74 | 56 |
| Binary | 10111101 | 10110101 | 101111 | 0 | 100 | 1001011 | 11010 | 111001 | 111100 | 101110 |
Color Harmonies of #BDB52F
Complementary color
Monochromatic Colors of #BDB52F
Black with #BDB52F
Text Example
Text Example
White with #BDB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB52F; }
p { color: rgb(189,181,47); }
H1.HeaderClassName
{
color: #BDB52F;
}
.AnyTagClassName
{
color: #BDB52F;
}
</style>
background-color css
<style>
a { background-color: #BDB52F; }
a { background-color: rgb(189,181,47); }
div.DivClassName
{
background-color: #BDB52F;
}
.BgClassName
{
background-color: #BDB52F;
}
</style>
border-color css
<style>
span { border-color: #BDB52F; }
span { border-color: rgb(189,181,47); }
td.TdClassName
{
border-color: #BDB52F;
}
.TagClassName
{
border-color: #BDB52F;
}
</style>