Shades of Green Mist #BCC39A
Tints of Green Mist #BCC39A
RGB
CMYK
RGB Variations
Color information
#BCC39A (or 0xBCC39A) is known color: Green Mist. HEX triplet: BC, C3 and 9A. RGB value is (188,195,154). Sum of RGB (Red+Green+Blue) = 188+195+154=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC39A is #433C65. Grayscale: #BCBCBC. Windows color (decimal): -4406374 or 10142652. OLE color: 10142652.
HSL color Cylindrical-coordinate representation of color #BCC39A: hue angle of 70.24º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC39A is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 154 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.24 |
| HSL | 70.24º | 0.25% | 0.68% | - |
| HSV(B) | 70.24º | 0.21% | 0.76% | - |
| XYZ | 46.09 | 52.05 | 38.19 | - |
| YUV | 188.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 154 | 0.04 | 0 | 0.21 | 0.24 | 70.24 | 0.25 | 0.68 |
| Hex | BC | C3 | 9A | 4 | 0 | 15 | 18 | 46 | 19 | 44 |
| Octal | 274 | 303 | 232 | 4 | 0 | 25 | 30 | 106 | 31 | 104 |
| Binary | 10111100 | 11000011 | 10011010 | 100 | 0 | 10101 | 11000 | 1000110 | 11001 | 1000100 |
Color Harmonies of #BCC39A
Complementary color
Monochromatic Colors of #BCC39A
Black with #BCC39A
Text Example
Text Example
White with #BCC39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC39A; }
p { color: rgb(188,195,154); }
H1.HeaderClassName
{
color: #BCC39A;
}
.AnyTagClassName
{
color: #BCC39A;
}
</style>
background-color css
<style>
a { background-color: #BCC39A; }
a { background-color: rgb(188,195,154); }
div.DivClassName
{
background-color: #BCC39A;
}
.BgClassName
{
background-color: #BCC39A;
}
</style>
border-color css
<style>
span { border-color: #BCC39A; }
span { border-color: rgb(188,195,154); }
td.TdClassName
{
border-color: #BCC39A;
}
.TagClassName
{
border-color: #BCC39A;
}
</style>