Shades of Earls Green #BDA32B
Tints of Earls Green #BDA32B
RGB
CMYK
RGB Variations
Color information
#BDA32B (or 0xBDA32B) is known color: Earls Green. HEX triplet: BD, A3 and 2B. RGB value is (189,163,43). Sum of RGB (Red+Green+Blue) = 189+163+43=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA32B is #425CD4. Grayscale: #9D9D9D. Windows color (decimal): -4349141 or 2859965. OLE color: 2859965.
HSL color Cylindrical-coordinate representation of color #BDA32B: hue angle of 49.32º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDA32B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 43 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.26 |
| HSL | 49.32º | 0.63% | 0.45% | - |
| HSV(B) | 49.32º | 0.77% | 0.74% | - |
| XYZ | 34.52 | 37.19 | 7.64 | - |
| YUV | 157.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 43 | 0 | 0.14 | 0.77 | 0.26 | 49.32 | 0.63 | 0.45 |
| Hex | BD | A3 | 2B | 0 | E | 4D | 1A | 31 | 3F | 2D |
| Octal | 275 | 243 | 53 | 0 | 16 | 115 | 32 | 61 | 77 | 55 |
| Binary | 10111101 | 10100011 | 101011 | 0 | 1110 | 1001101 | 11010 | 110001 | 111111 | 101101 |
Color Harmonies of #BDA32B
Complementary color
Monochromatic Colors of #BDA32B
Black with #BDA32B
Text Example
Text Example
White with #BDA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA32B; }
p { color: rgb(189,163,43); }
H1.HeaderClassName
{
color: #BDA32B;
}
.AnyTagClassName
{
color: #BDA32B;
}
</style>
background-color css
<style>
a { background-color: #BDA32B; }
a { background-color: rgb(189,163,43); }
div.DivClassName
{
background-color: #BDA32B;
}
.BgClassName
{
background-color: #BDA32B;
}
</style>
border-color css
<style>
span { border-color: #BDA32B; }
span { border-color: rgb(189,163,43); }
td.TdClassName
{
border-color: #BDA32B;
}
.TagClassName
{
border-color: #BDA32B;
}
</style>