Shades of Earls Green #BDA323
Tints of Earls Green #BDA323
RGB
CMYK
RGB Variations
Color information
#BDA323 (or 0xBDA323) is known color: Earls Green. HEX triplet: BD, A3 and 23. RGB value is (189,163,35). Sum of RGB (Red+Green+Blue) = 189+163+35=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA323 is #425CDC. Grayscale: #9C9C9C. Windows color (decimal): -4349149 or 2335677. OLE color: 2335677.
HSL color Cylindrical-coordinate representation of color #BDA323: hue angle of 49.87º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDA323 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 35 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.26 |
| HSL | 49.87º | 0.69% | 0.44% | - |
| HSV(B) | 49.87º | 0.81% | 0.74% | - |
| XYZ | 34.39 | 37.13 | 6.95 | - |
| YUV | 156.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 35 | 0 | 0.14 | 0.81 | 0.26 | 49.87 | 0.69 | 0.44 |
| Hex | BD | A3 | 23 | 0 | E | 51 | 1A | 32 | 45 | 2C |
| Octal | 275 | 243 | 43 | 0 | 16 | 121 | 32 | 62 | 105 | 54 |
| Binary | 10111101 | 10100011 | 100011 | 0 | 1110 | 1010001 | 11010 | 110010 | 1000101 | 101100 |
Color Harmonies of #BDA323
Complementary color
Monochromatic Colors of #BDA323
Black with #BDA323
Text Example
Text Example
White with #BDA323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA323; }
p { color: rgb(189,163,35); }
H1.HeaderClassName
{
color: #BDA323;
}
.AnyTagClassName
{
color: #BDA323;
}
</style>
background-color css
<style>
a { background-color: #BDA323; }
a { background-color: rgb(189,163,35); }
div.DivClassName
{
background-color: #BDA323;
}
.BgClassName
{
background-color: #BDA323;
}
</style>
border-color css
<style>
span { border-color: #BDA323; }
span { border-color: rgb(189,163,35); }
td.TdClassName
{
border-color: #BDA323;
}
.TagClassName
{
border-color: #BDA323;
}
</style>