Shades of Green Mist #C2C69B
Tints of Green Mist #C2C69B
RGB
CMYK
RGB Variations
Color information
#C2C69B (or 0xC2C69B) is known color: Green Mist. HEX triplet: C2, C6 and 9B. RGB value is (194,198,155). Sum of RGB (Red+Green+Blue) = 194+198+155=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C69B is #3D3964. Grayscale: #C0C0C0. Windows color (decimal): -4012389 or 10208962. OLE color: 10208962.
HSL color Cylindrical-coordinate representation of color #C2C69B: hue angle of 65.58º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2C69B is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 155 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.22 |
| HSL | 65.58º | 0.27% | 0.69% | - |
| HSV(B) | 65.58º | 0.22% | 0.78% | - |
| XYZ | 48.36 | 54.22 | 38.93 | - |
| YUV | 191.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 155 | 0.02 | 0 | 0.22 | 0.22 | 65.58 | 0.27 | 0.69 |
| Hex | C2 | C6 | 9B | 2 | 0 | 16 | 16 | 42 | 1B | 45 |
| Octal | 302 | 306 | 233 | 2 | 0 | 26 | 26 | 102 | 33 | 105 |
| Binary | 11000010 | 11000110 | 10011011 | 10 | 0 | 10110 | 10110 | 1000010 | 11011 | 1000101 |
Color Harmonies of #C2C69B
Complementary color
Monochromatic Colors of #C2C69B
Black with #C2C69B
Text Example
Text Example
White with #C2C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C69B; }
p { color: rgb(194,198,155); }
H1.HeaderClassName
{
color: #C2C69B;
}
.AnyTagClassName
{
color: #C2C69B;
}
</style>
background-color css
<style>
a { background-color: #C2C69B; }
a { background-color: rgb(194,198,155); }
div.DivClassName
{
background-color: #C2C69B;
}
.BgClassName
{
background-color: #C2C69B;
}
</style>
border-color css
<style>
span { border-color: #C2C69B; }
span { border-color: rgb(194,198,155); }
td.TdClassName
{
border-color: #C2C69B;
}
.TagClassName
{
border-color: #C2C69B;
}
</style>