Shades of Earls Green #BCBA30
Tints of Earls Green #BCBA30
RGB
CMYK
RGB Variations
Color information
#BCBA30 (or 0xBCBA30) is known color: Earls Green. HEX triplet: BC, BA and 30. RGB value is (188,186,48). Sum of RGB (Red+Green+Blue) = 188+186+48=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA30 is #4345CF. Grayscale: #ABABAB. Windows color (decimal): -4408784 or 3193532. OLE color: 3193532.
HSL color Cylindrical-coordinate representation of color #BCBA30: hue angle of 59.14º 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 #BCBA30 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 48 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.26 |
| HSL | 59.14º | 0.59% | 0.46% | - |
| HSV(B) | 59.14º | 0.74% | 0.74% | - |
| XYZ | 38.83 | 46.02 | 9.63 | - |
| YUV | 170.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 48 | 0 | 0.01 | 0.74 | 0.26 | 59.14 | 0.59 | 0.46 |
| Hex | BC | BA | 30 | 0 | 1 | 4A | 1A | 3B | 3B | 2E |
| Octal | 274 | 272 | 60 | 0 | 1 | 112 | 32 | 73 | 73 | 56 |
| Binary | 10111100 | 10111010 | 110000 | 0 | 1 | 1001010 | 11010 | 111011 | 111011 | 101110 |
Color Harmonies of #BCBA30
Complementary color
Monochromatic Colors of #BCBA30
Black with #BCBA30
Text Example
Text Example
White with #BCBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA30; }
p { color: rgb(188,186,48); }
H1.HeaderClassName
{
color: #BCBA30;
}
.AnyTagClassName
{
color: #BCBA30;
}
</style>
background-color css
<style>
a { background-color: #BCBA30; }
a { background-color: rgb(188,186,48); }
div.DivClassName
{
background-color: #BCBA30;
}
.BgClassName
{
background-color: #BCBA30;
}
</style>
border-color css
<style>
span { border-color: #BCBA30; }
span { border-color: rgb(188,186,48); }
td.TdClassName
{
border-color: #BCBA30;
}
.TagClassName
{
border-color: #BCBA30;
}
</style>