Shades of Earls Green #BDA327
Tints of Earls Green #BDA327
RGB
CMYK
RGB Variations
Color information
#BDA327 (or 0xBDA327) is known color: Earls Green. HEX triplet: BD, A3 and 27. RGB value is (189,163,39). Sum of RGB (Red+Green+Blue) = 189+163+39=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA327 is #425CD8. Grayscale: #9D9D9D. Windows color (decimal): -4349145 or 2597821. OLE color: 2597821.
HSL color Cylindrical-coordinate representation of color #BDA327: hue angle of 49.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDA327 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 39 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.26 |
| HSL | 49.6º | 0.66% | 0.45% | - |
| HSV(B) | 49.6º | 0.79% | 0.74% | - |
| XYZ | 34.45 | 37.16 | 7.28 | - |
| YUV | 156.64 | 61.61 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 39 | 0 | 0.14 | 0.79 | 0.26 | 49.6 | 0.66 | 0.45 |
| Hex | BD | A3 | 27 | 0 | E | 4F | 1A | 32 | 42 | 2D |
| Octal | 275 | 243 | 47 | 0 | 16 | 117 | 32 | 62 | 102 | 55 |
| Binary | 10111101 | 10100011 | 100111 | 0 | 1110 | 1001111 | 11010 | 110010 | 1000010 | 101101 |
Color Harmonies of #BDA327
Complementary color
Monochromatic Colors of #BDA327
Black with #BDA327
Text Example
Text Example
White with #BDA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA327; }
p { color: rgb(189,163,39); }
H1.HeaderClassName
{
color: #BDA327;
}
.AnyTagClassName
{
color: #BDA327;
}
</style>
background-color css
<style>
a { background-color: #BDA327; }
a { background-color: rgb(189,163,39); }
div.DivClassName
{
background-color: #BDA327;
}
.BgClassName
{
background-color: #BDA327;
}
</style>
border-color css
<style>
span { border-color: #BDA327; }
span { border-color: rgb(189,163,39); }
td.TdClassName
{
border-color: #BDA327;
}
.TagClassName
{
border-color: #BDA327;
}
</style>