Shades of Earls Green #BDA328
Tints of Earls Green #BDA328
RGB
CMYK
RGB Variations
Color information
#BDA328 (or 0xBDA328) is known color: Earls Green. HEX triplet: BD, A3 and 28. RGB value is (189,163,40). Sum of RGB (Red+Green+Blue) = 189+163+40=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA328 is #425CD7. Grayscale: #9D9D9D. Windows color (decimal): -4349144 or 2663357. OLE color: 2663357.
HSL color Cylindrical-coordinate representation of color #BDA328: hue angle of 49.53º degrees, saturation: 0.65, 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 #BDA328 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 40 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.26 |
| HSL | 49.53º | 0.65% | 0.45% | - |
| HSV(B) | 49.53º | 0.79% | 0.74% | - |
| XYZ | 34.47 | 37.17 | 7.36 | - |
| YUV | 156.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 40 | 0 | 0.14 | 0.79 | 0.26 | 49.53 | 0.65 | 0.45 |
| Hex | BD | A3 | 28 | 0 | E | 4F | 1A | 32 | 41 | 2D |
| Octal | 275 | 243 | 50 | 0 | 16 | 117 | 32 | 62 | 101 | 55 |
| Binary | 10111101 | 10100011 | 101000 | 0 | 1110 | 1001111 | 11010 | 110010 | 1000001 | 101101 |
Color Harmonies of #BDA328
Complementary color
Monochromatic Colors of #BDA328
Black with #BDA328
Text Example
Text Example
White with #BDA328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA328; }
p { color: rgb(189,163,40); }
H1.HeaderClassName
{
color: #BDA328;
}
.AnyTagClassName
{
color: #BDA328;
}
</style>
background-color css
<style>
a { background-color: #BDA328; }
a { background-color: rgb(189,163,40); }
div.DivClassName
{
background-color: #BDA328;
}
.BgClassName
{
background-color: #BDA328;
}
</style>
border-color css
<style>
span { border-color: #BDA328; }
span { border-color: rgb(189,163,40); }
td.TdClassName
{
border-color: #BDA328;
}
.TagClassName
{
border-color: #BDA328;
}
</style>