Shades of Green Mist #BCC798
Tints of Green Mist #BCC798
RGB
CMYK
RGB Variations
Color information
#BCC798 (or 0xBCC798) is known color: Green Mist. HEX triplet: BC, C7 and 98. RGB value is (188,199,152). Sum of RGB (Red+Green+Blue) = 188+199+152=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC798 is #433867. Grayscale: #BEBEBE. Windows color (decimal): -4405352 or 10012604. OLE color: 10012604.
HSL color Cylindrical-coordinate representation of color #BCC798: hue angle of 74.04º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC798 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 152 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.22 |
| HSL | 74.04º | 0.3% | 0.69% | - |
| HSV(B) | 74.04º | 0.24% | 0.78% | - |
| XYZ | 46.83 | 53.81 | 37.62 | - |
| YUV | 190.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 152 | 0.06 | 0 | 0.24 | 0.22 | 74.04 | 0.3 | 0.69 |
| Hex | BC | C7 | 98 | 6 | 0 | 18 | 16 | 4A | 1E | 45 |
| Octal | 274 | 307 | 230 | 6 | 0 | 30 | 26 | 112 | 36 | 105 |
| Binary | 10111100 | 11000111 | 10011000 | 110 | 0 | 11000 | 10110 | 1001010 | 11110 | 1000101 |
Color Harmonies of #BCC798
Complementary color
Monochromatic Colors of #BCC798
Black with #BCC798
Text Example
Text Example
White with #BCC798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC798; }
p { color: rgb(188,199,152); }
H1.HeaderClassName
{
color: #BCC798;
}
.AnyTagClassName
{
color: #BCC798;
}
</style>
background-color css
<style>
a { background-color: #BCC798; }
a { background-color: rgb(188,199,152); }
div.DivClassName
{
background-color: #BCC798;
}
.BgClassName
{
background-color: #BCC798;
}
</style>
border-color css
<style>
span { border-color: #BCC798; }
span { border-color: rgb(188,199,152); }
td.TdClassName
{
border-color: #BCC798;
}
.TagClassName
{
border-color: #BCC798;
}
</style>