Shades of Earls Green #BDB31F
Tints of Earls Green #BDB31F
RGB
CMYK
RGB Variations
Color information
#BDB31F (or 0xBDB31F) is known color: Earls Green. HEX triplet: BD, B3 and 1F. RGB value is (189,179,31). Sum of RGB (Red+Green+Blue) = 189+179+31=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB31F is #424CE0. Grayscale: #A5A5A5. Windows color (decimal): -4345057 or 2077629. OLE color: 2077629.
HSL color Cylindrical-coordinate representation of color #BDB31F: hue angle of 56.2º 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 #BDB31F is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 31 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.26 |
| HSL | 56.2º | 0.72% | 0.43% | - |
| HSV(B) | 56.2º | 0.84% | 0.74% | - |
| XYZ | 37.35 | 43.16 | 7.66 | - |
| YUV | 165.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 31 | 0 | 0.05 | 0.84 | 0.26 | 56.2 | 0.72 | 0.43 |
| Hex | BD | B3 | 1F | 0 | 5 | 54 | 1A | 38 | 48 | 2B |
| Octal | 275 | 263 | 37 | 0 | 5 | 124 | 32 | 70 | 110 | 53 |
| Binary | 10111101 | 10110011 | 11111 | 0 | 101 | 1010100 | 11010 | 111000 | 1001000 | 101011 |
Color Harmonies of #BDB31F
Complementary color
Monochromatic Colors of #BDB31F
Black with #BDB31F
Text Example
Text Example
White with #BDB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB31F; }
p { color: rgb(189,179,31); }
H1.HeaderClassName
{
color: #BDB31F;
}
.AnyTagClassName
{
color: #BDB31F;
}
</style>
background-color css
<style>
a { background-color: #BDB31F; }
a { background-color: rgb(189,179,31); }
div.DivClassName
{
background-color: #BDB31F;
}
.BgClassName
{
background-color: #BDB31F;
}
</style>
border-color css
<style>
span { border-color: #BDB31F; }
span { border-color: rgb(189,179,31); }
td.TdClassName
{
border-color: #BDB31F;
}
.TagClassName
{
border-color: #BDB31F;
}
</style>