Shades of Earls Green #BDB532
Tints of Earls Green #BDB532
RGB
CMYK
RGB Variations
Color information
#BDB532 (or 0xBDB532) is known color: Earls Green. HEX triplet: BD, B5 and 32. RGB value is (189,181,50). Sum of RGB (Red+Green+Blue) = 189+181+50=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB532 is #424ACD. Grayscale: #A8A8A8. Windows color (decimal): -4344526 or 3323325. OLE color: 3323325.
HSL color Cylindrical-coordinate representation of color #BDB532: hue angle of 56.55º degrees, saturation: 0.58, 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 #BDB532 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 50 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.26 |
| HSL | 56.55º | 0.58% | 0.47% | - |
| HSV(B) | 56.55º | 0.74% | 0.74% | - |
| XYZ | 38.09 | 44.1 | 9.52 | - |
| YUV | 168.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 50 | 0 | 0.04 | 0.74 | 0.26 | 56.55 | 0.58 | 0.47 |
| Hex | BD | B5 | 32 | 0 | 4 | 4A | 1A | 39 | 3A | 2F |
| Octal | 275 | 265 | 62 | 0 | 4 | 112 | 32 | 71 | 72 | 57 |
| Binary | 10111101 | 10110101 | 110010 | 0 | 100 | 1001010 | 11010 | 111001 | 111010 | 101111 |
Color Harmonies of #BDB532
Complementary color
Monochromatic Colors of #BDB532
Black with #BDB532
Text Example
Text Example
White with #BDB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB532; }
p { color: rgb(189,181,50); }
H1.HeaderClassName
{
color: #BDB532;
}
.AnyTagClassName
{
color: #BDB532;
}
</style>
background-color css
<style>
a { background-color: #BDB532; }
a { background-color: rgb(189,181,50); }
div.DivClassName
{
background-color: #BDB532;
}
.BgClassName
{
background-color: #BDB532;
}
</style>
border-color css
<style>
span { border-color: #BDB532; }
span { border-color: rgb(189,181,50); }
td.TdClassName
{
border-color: #BDB532;
}
.TagClassName
{
border-color: #BDB532;
}
</style>