Shades of Earls Green #BDA227
Tints of Earls Green #BDA227
RGB
CMYK
RGB Variations
Color information
#BDA227 (or 0xBDA227) is known color: Earls Green. HEX triplet: BD, A2 and 27. RGB value is (189,162,39). Sum of RGB (Red+Green+Blue) = 189+162+39=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA227 is #425DD8. Grayscale: #9C9C9C. Windows color (decimal): -4349401 or 2597565. OLE color: 2597565.
HSL color Cylindrical-coordinate representation of color #BDA227: hue angle of 49.2º 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 #BDA227 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 39 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.26 |
| HSL | 49.2º | 0.66% | 0.45% | - |
| HSV(B) | 49.2º | 0.79% | 0.74% | - |
| XYZ | 34.27 | 36.81 | 7.22 | - |
| YUV | 156.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 39 | 0 | 0.14 | 0.79 | 0.26 | 49.2 | 0.66 | 0.45 |
| Hex | BD | A2 | 27 | 0 | E | 4F | 1A | 31 | 42 | 2D |
| Octal | 275 | 242 | 47 | 0 | 16 | 117 | 32 | 61 | 102 | 55 |
| Binary | 10111101 | 10100010 | 100111 | 0 | 1110 | 1001111 | 11010 | 110001 | 1000010 | 101101 |
Color Harmonies of #BDA227
Complementary color
Monochromatic Colors of #BDA227
Black with #BDA227
Text Example
Text Example
White with #BDA227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA227; }
p { color: rgb(189,162,39); }
H1.HeaderClassName
{
color: #BDA227;
}
.AnyTagClassName
{
color: #BDA227;
}
</style>
background-color css
<style>
a { background-color: #BDA227; }
a { background-color: rgb(189,162,39); }
div.DivClassName
{
background-color: #BDA227;
}
.BgClassName
{
background-color: #BDA227;
}
</style>
border-color css
<style>
span { border-color: #BDA227; }
span { border-color: rgb(189,162,39); }
td.TdClassName
{
border-color: #BDA227;
}
.TagClassName
{
border-color: #BDA227;
}
</style>