Shades of Green Mist #C6CB91
Tints of Green Mist #C6CB91
RGB
CMYK
RGB Variations
Color information
#C6CB91 (or 0xC6CB91) is known color: Green Mist. HEX triplet: C6, CB and 91. RGB value is (198,203,145). Sum of RGB (Red+Green+Blue) = 198+203+145=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CB91 is #39346E. Grayscale: #C3C3C3. Windows color (decimal): -3748975 or 9554886. OLE color: 9554886.
HSL color Cylindrical-coordinate representation of color #C6CB91: hue angle of 65.17º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6CB91 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 145 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.20 |
| HSL | 65.17º | 0.36% | 0.68% | - |
| HSV(B) | 65.17º | 0.29% | 0.8% | - |
| XYZ | 49.76 | 56.76 | 35.12 | - |
| YUV | 194.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 145 | 0.02 | 0 | 0.29 | 0.20 | 65.17 | 0.36 | 0.68 |
| Hex | C6 | CB | 91 | 2 | 0 | 1D | 14 | 41 | 24 | 44 |
| Octal | 306 | 313 | 221 | 2 | 0 | 35 | 24 | 101 | 44 | 104 |
| Binary | 11000110 | 11001011 | 10010001 | 10 | 0 | 11101 | 10100 | 1000001 | 100100 | 1000100 |
Color Harmonies of #C6CB91
Complementary color
Monochromatic Colors of #C6CB91
Black with #C6CB91
Text Example
Text Example
White with #C6CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB91; }
p { color: rgb(198,203,145); }
H1.HeaderClassName
{
color: #C6CB91;
}
.AnyTagClassName
{
color: #C6CB91;
}
</style>
background-color css
<style>
a { background-color: #C6CB91; }
a { background-color: rgb(198,203,145); }
div.DivClassName
{
background-color: #C6CB91;
}
.BgClassName
{
background-color: #C6CB91;
}
</style>
border-color css
<style>
span { border-color: #C6CB91; }
span { border-color: rgb(198,203,145); }
td.TdClassName
{
border-color: #C6CB91;
}
.TagClassName
{
border-color: #C6CB91;
}
</style>