Shades of Earls Green #BDA532
Tints of Earls Green #BDA532
RGB
CMYK
RGB Variations
Color information
#BDA532 (or 0xBDA532) is known color: Earls Green. HEX triplet: BD, A5 and 32. RGB value is (189,165,50). Sum of RGB (Red+Green+Blue) = 189+165+50=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA532 is #425ACD. Grayscale: #9F9F9F. Windows color (decimal): -4348622 or 3319229. OLE color: 3319229.
HSL color Cylindrical-coordinate representation of color #BDA532: hue angle of 49.64º 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 #BDA532 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 50 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.26 |
| HSL | 49.64º | 0.58% | 0.47% | - |
| HSV(B) | 49.64º | 0.74% | 0.74% | - |
| XYZ | 35.02 | 37.96 | 8.5 | - |
| YUV | 159.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 50 | 0 | 0.13 | 0.74 | 0.26 | 49.64 | 0.58 | 0.47 |
| Hex | BD | A5 | 32 | 0 | D | 4A | 1A | 32 | 3A | 2F |
| Octal | 275 | 245 | 62 | 0 | 15 | 112 | 32 | 62 | 72 | 57 |
| Binary | 10111101 | 10100101 | 110010 | 0 | 1101 | 1001010 | 11010 | 110010 | 111010 | 101111 |
Color Harmonies of #BDA532
Complementary color
Monochromatic Colors of #BDA532
Black with #BDA532
Text Example
Text Example
White with #BDA532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA532; }
p { color: rgb(189,165,50); }
H1.HeaderClassName
{
color: #BDA532;
}
.AnyTagClassName
{
color: #BDA532;
}
</style>
background-color css
<style>
a { background-color: #BDA532; }
a { background-color: rgb(189,165,50); }
div.DivClassName
{
background-color: #BDA532;
}
.BgClassName
{
background-color: #BDA532;
}
</style>
border-color css
<style>
span { border-color: #BDA532; }
span { border-color: rgb(189,165,50); }
td.TdClassName
{
border-color: #BDA532;
}
.TagClassName
{
border-color: #BDA532;
}
</style>