Shades of Earls Green #BDB42F
Tints of Earls Green #BDB42F
RGB
CMYK
RGB Variations
Color information
#BDB42F (or 0xBDB42F) is known color: Earls Green. HEX triplet: BD, B4 and 2F. RGB value is (189,180,47). Sum of RGB (Red+Green+Blue) = 189+180+47=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB42F is #424BD0. Grayscale: #A8A8A8. Windows color (decimal): -4344785 or 3126461. OLE color: 3126461.
HSL color Cylindrical-coordinate representation of color #BDB42F: hue angle of 56.2º 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 #BDB42F is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 47 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.26 |
| HSL | 56.2º | 0.6% | 0.46% | - |
| HSV(B) | 56.2º | 0.75% | 0.74% | - |
| XYZ | 37.82 | 43.67 | 9.12 | - |
| YUV | 167.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 47 | 0 | 0.05 | 0.75 | 0.26 | 56.2 | 0.6 | 0.46 |
| Hex | BD | B4 | 2F | 0 | 5 | 4B | 1A | 38 | 3C | 2E |
| Octal | 275 | 264 | 57 | 0 | 5 | 113 | 32 | 70 | 74 | 56 |
| Binary | 10111101 | 10110100 | 101111 | 0 | 101 | 1001011 | 11010 | 111000 | 111100 | 101110 |
Color Harmonies of #BDB42F
Complementary color
Monochromatic Colors of #BDB42F
Black with #BDB42F
Text Example
Text Example
White with #BDB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB42F; }
p { color: rgb(189,180,47); }
H1.HeaderClassName
{
color: #BDB42F;
}
.AnyTagClassName
{
color: #BDB42F;
}
</style>
background-color css
<style>
a { background-color: #BDB42F; }
a { background-color: rgb(189,180,47); }
div.DivClassName
{
background-color: #BDB42F;
}
.BgClassName
{
background-color: #BDB42F;
}
</style>
border-color css
<style>
span { border-color: #BDB42F; }
span { border-color: rgb(189,180,47); }
td.TdClassName
{
border-color: #BDB42F;
}
.TagClassName
{
border-color: #BDB42F;
}
</style>