Shades of Earls Green #BDB731
Tints of Earls Green #BDB731
RGB
CMYK
RGB Variations
Color information
#BDB731 (or 0xBDB731) is known color: Earls Green. HEX triplet: BD, B7 and 31. RGB value is (189,183,49). Sum of RGB (Red+Green+Blue) = 189+183+49=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB731 is #4248CE. Grayscale: #AAAAAA. Windows color (decimal): -4344015 or 3258301. OLE color: 3258301.
HSL color Cylindrical-coordinate representation of color #BDB731: hue angle of 57.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB731 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 49 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.26 |
| HSL | 57.43º | 0.59% | 0.47% | - |
| HSV(B) | 57.43º | 0.74% | 0.74% | - |
| XYZ | 38.47 | 44.91 | 9.55 | - |
| YUV | 169.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 49 | 0 | 0.03 | 0.74 | 0.26 | 57.43 | 0.59 | 0.47 |
| Hex | BD | B7 | 31 | 0 | 3 | 4A | 1A | 39 | 3B | 2F |
| Octal | 275 | 267 | 61 | 0 | 3 | 112 | 32 | 71 | 73 | 57 |
| Binary | 10111101 | 10110111 | 110001 | 0 | 11 | 1001010 | 11010 | 111001 | 111011 | 101111 |
Color Harmonies of #BDB731
Complementary color
Monochromatic Colors of #BDB731
Black with #BDB731
Text Example
Text Example
White with #BDB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB731; }
p { color: rgb(189,183,49); }
H1.HeaderClassName
{
color: #BDB731;
}
.AnyTagClassName
{
color: #BDB731;
}
</style>
background-color css
<style>
a { background-color: #BDB731; }
a { background-color: rgb(189,183,49); }
div.DivClassName
{
background-color: #BDB731;
}
.BgClassName
{
background-color: #BDB731;
}
</style>
border-color css
<style>
span { border-color: #BDB731; }
span { border-color: rgb(189,183,49); }
td.TdClassName
{
border-color: #BDB731;
}
.TagClassName
{
border-color: #BDB731;
}
</style>