Shades of Earls Green #BDA225
Tints of Earls Green #BDA225
RGB
CMYK
RGB Variations
Color information
#BDA225 (or 0xBDA225) is known color: Earls Green. HEX triplet: BD, A2 and 25. RGB value is (189,162,37). Sum of RGB (Red+Green+Blue) = 189+162+37=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA225 is #425DDA. Grayscale: #9C9C9C. Windows color (decimal): -4349403 or 2466493. OLE color: 2466493.
HSL color Cylindrical-coordinate representation of color #BDA225: hue angle of 49.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDA225 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 37 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.26 |
| HSL | 49.34º | 0.67% | 0.44% | - |
| HSV(B) | 49.34º | 0.8% | 0.74% | - |
| XYZ | 34.24 | 36.79 | 7.05 | - |
| YUV | 155.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 37 | 0 | 0.14 | 0.80 | 0.26 | 49.34 | 0.67 | 0.44 |
| Hex | BD | A2 | 25 | 0 | E | 50 | 1A | 31 | 43 | 2C |
| Octal | 275 | 242 | 45 | 0 | 16 | 120 | 32 | 61 | 103 | 54 |
| Binary | 10111101 | 10100010 | 100101 | 0 | 1110 | 1010000 | 11010 | 110001 | 1000011 | 101100 |
Color Harmonies of #BDA225
Complementary color
Monochromatic Colors of #BDA225
Black with #BDA225
Text Example
Text Example
White with #BDA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA225; }
p { color: rgb(189,162,37); }
H1.HeaderClassName
{
color: #BDA225;
}
.AnyTagClassName
{
color: #BDA225;
}
</style>
background-color css
<style>
a { background-color: #BDA225; }
a { background-color: rgb(189,162,37); }
div.DivClassName
{
background-color: #BDA225;
}
.BgClassName
{
background-color: #BDA225;
}
</style>
border-color css
<style>
span { border-color: #BDA225; }
span { border-color: rgb(189,162,37); }
td.TdClassName
{
border-color: #BDA225;
}
.TagClassName
{
border-color: #BDA225;
}
</style>