Shades of Earls Green #BDB120
Tints of Earls Green #BDB120
RGB
CMYK
RGB Variations
Color information
#BDB120 (or 0xBDB120) is known color: Earls Green. HEX triplet: BD, B1 and 20. RGB value is (189,177,32). Sum of RGB (Red+Green+Blue) = 189+177+32=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB120 is #424EDF. Grayscale: #A4A4A4. Windows color (decimal): -4345568 or 2142653. OLE color: 2142653.
HSL color Cylindrical-coordinate representation of color #BDB120: hue angle of 55.41º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDB120 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 32 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.26 |
| HSL | 55.41º | 0.71% | 0.43% | - |
| HSV(B) | 55.41º | 0.83% | 0.74% | - |
| XYZ | 36.97 | 42.37 | 7.6 | - |
| YUV | 164.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 32 | 0 | 0.06 | 0.83 | 0.26 | 55.41 | 0.71 | 0.43 |
| Hex | BD | B1 | 20 | 0 | 6 | 53 | 1A | 37 | 47 | 2B |
| Octal | 275 | 261 | 40 | 0 | 6 | 123 | 32 | 67 | 107 | 53 |
| Binary | 10111101 | 10110001 | 100000 | 0 | 110 | 1010011 | 11010 | 110111 | 1000111 | 101011 |
Color Harmonies of #BDB120
Complementary color
Monochromatic Colors of #BDB120
Black with #BDB120
Text Example
Text Example
White with #BDB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB120; }
p { color: rgb(189,177,32); }
H1.HeaderClassName
{
color: #BDB120;
}
.AnyTagClassName
{
color: #BDB120;
}
</style>
background-color css
<style>
a { background-color: #BDB120; }
a { background-color: rgb(189,177,32); }
div.DivClassName
{
background-color: #BDB120;
}
.BgClassName
{
background-color: #BDB120;
}
</style>
border-color css
<style>
span { border-color: #BDB120; }
span { border-color: rgb(189,177,32); }
td.TdClassName
{
border-color: #BDB120;
}
.TagClassName
{
border-color: #BDB120;
}
</style>