Shades of Green Mist #BCC099
Tints of Green Mist #BCC099
RGB
CMYK
RGB Variations
Color information
#BCC099 (or 0xBCC099) is known color: Green Mist. HEX triplet: BC, C0 and 99. RGB value is (188,192,153). Sum of RGB (Red+Green+Blue) = 188+192+153=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC099 is #433F66. Grayscale: #BABABA. Windows color (decimal): -4407143 or 10076348. OLE color: 10076348.
HSL color Cylindrical-coordinate representation of color #BCC099: hue angle of 66.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC099 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 153 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.25 |
| HSL | 66.15º | 0.24% | 0.68% | - |
| HSV(B) | 66.15º | 0.2% | 0.75% | - |
| XYZ | 45.34 | 50.69 | 37.53 | - |
| YUV | 186.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 153 | 0.02 | 0 | 0.20 | 0.25 | 66.15 | 0.24 | 0.68 |
| Hex | BC | C0 | 99 | 2 | 0 | 14 | 19 | 42 | 18 | 44 |
| Octal | 274 | 300 | 231 | 2 | 0 | 24 | 31 | 102 | 30 | 104 |
| Binary | 10111100 | 11000000 | 10011001 | 10 | 0 | 10100 | 11001 | 1000010 | 11000 | 1000100 |
Color Harmonies of #BCC099
Complementary color
Monochromatic Colors of #BCC099
Black with #BCC099
Text Example
Text Example
White with #BCC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC099; }
p { color: rgb(188,192,153); }
H1.HeaderClassName
{
color: #BCC099;
}
.AnyTagClassName
{
color: #BCC099;
}
</style>
background-color css
<style>
a { background-color: #BCC099; }
a { background-color: rgb(188,192,153); }
div.DivClassName
{
background-color: #BCC099;
}
.BgClassName
{
background-color: #BCC099;
}
</style>
border-color css
<style>
span { border-color: #BCC099; }
span { border-color: rgb(188,192,153); }
td.TdClassName
{
border-color: #BCC099;
}
.TagClassName
{
border-color: #BCC099;
}
</style>