Shades of Earls Green #BCA825
Tints of Earls Green #BCA825
RGB
CMYK
RGB Variations
Color information
#BCA825 (or 0xBCA825) is known color: Earls Green. HEX triplet: BC, A8 and 25. RGB value is (188,168,37). Sum of RGB (Red+Green+Blue) = 188+168+37=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA825 is #4357DA. Grayscale: #9F9F9F. Windows color (decimal): -4413403 or 2468028. OLE color: 2468028.
HSL color Cylindrical-coordinate representation of color #BCA825: hue angle of 52.05º 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 #BCA825 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 37 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.26 |
| HSL | 52.05º | 0.67% | 0.44% | - |
| HSV(B) | 52.05º | 0.8% | 0.74% | - |
| XYZ | 35.08 | 38.83 | 7.4 | - |
| YUV | 159.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 37 | 0 | 0.11 | 0.80 | 0.26 | 52.05 | 0.67 | 0.44 |
| Hex | BC | A8 | 25 | 0 | B | 50 | 1A | 34 | 43 | 2C |
| Octal | 274 | 250 | 45 | 0 | 13 | 120 | 32 | 64 | 103 | 54 |
| Binary | 10111100 | 10101000 | 100101 | 0 | 1011 | 1010000 | 11010 | 110100 | 1000011 | 101100 |
Color Harmonies of #BCA825
Complementary color
Monochromatic Colors of #BCA825
Black with #BCA825
Text Example
Text Example
White with #BCA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA825; }
p { color: rgb(188,168,37); }
H1.HeaderClassName
{
color: #BCA825;
}
.AnyTagClassName
{
color: #BCA825;
}
</style>
background-color css
<style>
a { background-color: #BCA825; }
a { background-color: rgb(188,168,37); }
div.DivClassName
{
background-color: #BCA825;
}
.BgClassName
{
background-color: #BCA825;
}
</style>
border-color css
<style>
span { border-color: #BCA825; }
span { border-color: rgb(188,168,37); }
td.TdClassName
{
border-color: #BCA825;
}
.TagClassName
{
border-color: #BCA825;
}
</style>