Shades of Earls Green #BDB41F
Tints of Earls Green #BDB41F
RGB
CMYK
RGB Variations
Color information
#BDB41F (or 0xBDB41F) is known color: Earls Green. HEX triplet: BD, B4 and 1F. RGB value is (189,180,31). Sum of RGB (Red+Green+Blue) = 189+180+31=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB41F is #424BE0. Grayscale: #A6A6A6. Windows color (decimal): -4344801 or 2077885. OLE color: 2077885.
HSL color Cylindrical-coordinate representation of color #BDB41F: hue angle of 56.58º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDB41F is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 31 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.26 |
| HSL | 56.58º | 0.72% | 0.43% | - |
| HSV(B) | 56.58º | 0.84% | 0.74% | - |
| XYZ | 37.55 | 43.56 | 7.72 | - |
| YUV | 165.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 31 | 0 | 0.05 | 0.84 | 0.26 | 56.58 | 0.72 | 0.43 |
| Hex | BD | B4 | 1F | 0 | 5 | 54 | 1A | 39 | 48 | 2B |
| Octal | 275 | 264 | 37 | 0 | 5 | 124 | 32 | 71 | 110 | 53 |
| Binary | 10111101 | 10110100 | 11111 | 0 | 101 | 1010100 | 11010 | 111001 | 1001000 | 101011 |
Color Harmonies of #BDB41F
Complementary color
Monochromatic Colors of #BDB41F
Black with #BDB41F
Text Example
Text Example
White with #BDB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB41F; }
p { color: rgb(189,180,31); }
H1.HeaderClassName
{
color: #BDB41F;
}
.AnyTagClassName
{
color: #BDB41F;
}
</style>
background-color css
<style>
a { background-color: #BDB41F; }
a { background-color: rgb(189,180,31); }
div.DivClassName
{
background-color: #BDB41F;
}
.BgClassName
{
background-color: #BDB41F;
}
</style>
border-color css
<style>
span { border-color: #BDB41F; }
span { border-color: rgb(189,180,31); }
td.TdClassName
{
border-color: #BDB41F;
}
.TagClassName
{
border-color: #BDB41F;
}
</style>