Shades of Earls Green #BCA227
Tints of Earls Green #BCA227
RGB
CMYK
RGB Variations
Color information
#BCA227 (or 0xBCA227) is known color: Earls Green. HEX triplet: BC, A2 and 27. RGB value is (188,162,39). Sum of RGB (Red+Green+Blue) = 188+162+39=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA227 is #435DD8. Grayscale: #9C9C9C. Windows color (decimal): -4414937 or 2597564. OLE color: 2597564.
HSL color Cylindrical-coordinate representation of color #BCA227: hue angle of 49.53º 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 #BCA227 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 39 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.26 |
| HSL | 49.53º | 0.66% | 0.45% | - |
| HSV(B) | 49.53º | 0.79% | 0.74% | - |
| XYZ | 34.03 | 36.68 | 7.21 | - |
| YUV | 155.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 39 | 0 | 0.14 | 0.79 | 0.26 | 49.53 | 0.66 | 0.45 |
| Hex | BC | A2 | 27 | 0 | E | 4F | 1A | 32 | 42 | 2D |
| Octal | 274 | 242 | 47 | 0 | 16 | 117 | 32 | 62 | 102 | 55 |
| Binary | 10111100 | 10100010 | 100111 | 0 | 1110 | 1001111 | 11010 | 110010 | 1000010 | 101101 |
Color Harmonies of #BCA227
Complementary color
Monochromatic Colors of #BCA227
Black with #BCA227
Text Example
Text Example
White with #BCA227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA227; }
p { color: rgb(188,162,39); }
H1.HeaderClassName
{
color: #BCA227;
}
.AnyTagClassName
{
color: #BCA227;
}
</style>
background-color css
<style>
a { background-color: #BCA227; }
a { background-color: rgb(188,162,39); }
div.DivClassName
{
background-color: #BCA227;
}
.BgClassName
{
background-color: #BCA227;
}
</style>
border-color css
<style>
span { border-color: #BCA227; }
span { border-color: rgb(188,162,39); }
td.TdClassName
{
border-color: #BCA227;
}
.TagClassName
{
border-color: #BCA227;
}
</style>