Shades of Earls Green #BCA830
Tints of Earls Green #BCA830
RGB
CMYK
RGB Variations
Color information
#BCA830 (or 0xBCA830) is known color: Earls Green. HEX triplet: BC, A8 and 30. RGB value is (188,168,48). Sum of RGB (Red+Green+Blue) = 188+168+48=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA830 is #4357CF. Grayscale: #A0A0A0. Windows color (decimal): -4413392 or 3188924. OLE color: 3188924.
HSL color Cylindrical-coordinate representation of color #BCA830: hue angle of 51.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCA830 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 48 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.26 |
| HSL | 51.43º | 0.59% | 0.46% | - |
| HSV(B) | 51.43º | 0.74% | 0.74% | - |
| XYZ | 35.28 | 38.91 | 8.45 | - |
| YUV | 160.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 48 | 0 | 0.11 | 0.74 | 0.26 | 51.43 | 0.59 | 0.46 |
| Hex | BC | A8 | 30 | 0 | B | 4A | 1A | 33 | 3B | 2E |
| Octal | 274 | 250 | 60 | 0 | 13 | 112 | 32 | 63 | 73 | 56 |
| Binary | 10111100 | 10101000 | 110000 | 0 | 1011 | 1001010 | 11010 | 110011 | 111011 | 101110 |
Color Harmonies of #BCA830
Complementary color
Monochromatic Colors of #BCA830
Black with #BCA830
Text Example
Text Example
White with #BCA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA830; }
p { color: rgb(188,168,48); }
H1.HeaderClassName
{
color: #BCA830;
}
.AnyTagClassName
{
color: #BCA830;
}
</style>
background-color css
<style>
a { background-color: #BCA830; }
a { background-color: rgb(188,168,48); }
div.DivClassName
{
background-color: #BCA830;
}
.BgClassName
{
background-color: #BCA830;
}
</style>
border-color css
<style>
span { border-color: #BCA830; }
span { border-color: rgb(188,168,48); }
td.TdClassName
{
border-color: #BCA830;
}
.TagClassName
{
border-color: #BCA830;
}
</style>