Shades of Earls Green #BDB92F
Tints of Earls Green #BDB92F
RGB
CMYK
RGB Variations
Color information
#BDB92F (or 0xBDB92F) is known color: Earls Green. HEX triplet: BD, B9 and 2F. RGB value is (189,185,47). Sum of RGB (Red+Green+Blue) = 189+185+47=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB92F is #4246D0. Grayscale: #ABABAB. Windows color (decimal): -4343505 or 3127741. OLE color: 3127741.
HSL color Cylindrical-coordinate representation of color #BDB92F: hue angle of 58.31º 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 #BDB92F is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 47 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.26 |
| HSL | 58.31º | 0.6% | 0.46% | - |
| HSV(B) | 58.31º | 0.75% | 0.74% | - |
| XYZ | 38.85 | 45.72 | 9.47 | - |
| YUV | 170.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 47 | 0 | 0.02 | 0.75 | 0.26 | 58.31 | 0.6 | 0.46 |
| Hex | BD | B9 | 2F | 0 | 2 | 4B | 1A | 3A | 3C | 2E |
| Octal | 275 | 271 | 57 | 0 | 2 | 113 | 32 | 72 | 74 | 56 |
| Binary | 10111101 | 10111001 | 101111 | 0 | 10 | 1001011 | 11010 | 111010 | 111100 | 101110 |
Color Harmonies of #BDB92F
Complementary color
Monochromatic Colors of #BDB92F
Black with #BDB92F
Text Example
Text Example
White with #BDB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB92F; }
p { color: rgb(189,185,47); }
H1.HeaderClassName
{
color: #BDB92F;
}
.AnyTagClassName
{
color: #BDB92F;
}
</style>
background-color css
<style>
a { background-color: #BDB92F; }
a { background-color: rgb(189,185,47); }
div.DivClassName
{
background-color: #BDB92F;
}
.BgClassName
{
background-color: #BDB92F;
}
</style>
border-color css
<style>
span { border-color: #BDB92F; }
span { border-color: rgb(189,185,47); }
td.TdClassName
{
border-color: #BDB92F;
}
.TagClassName
{
border-color: #BDB92F;
}
</style>