Shades of Green Mist #C3C69B
Tints of Green Mist #C3C69B
RGB
CMYK
RGB Variations
Color information
#C3C69B (or 0xC3C69B) is known color: Green Mist. HEX triplet: C3, C6 and 9B. RGB value is (195,198,155). Sum of RGB (Red+Green+Blue) = 195+198+155=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C69B is #3C3964. Grayscale: #C0C0C0. Windows color (decimal): -3946853 or 10208963. OLE color: 10208963.
HSL color Cylindrical-coordinate representation of color #C3C69B: hue angle of 64.19º 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 #C3C69B is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 155 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.22 |
| HSL | 64.19º | 0.27% | 0.69% | - |
| HSV(B) | 64.19º | 0.22% | 0.78% | - |
| XYZ | 48.62 | 54.36 | 38.94 | - |
| YUV | 192.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 155 | 0.02 | 0 | 0.22 | 0.22 | 64.19 | 0.27 | 0.69 |
| Hex | C3 | C6 | 9B | 2 | 0 | 16 | 16 | 40 | 1B | 45 |
| Octal | 303 | 306 | 233 | 2 | 0 | 26 | 26 | 100 | 33 | 105 |
| Binary | 11000011 | 11000110 | 10011011 | 10 | 0 | 10110 | 10110 | 1000000 | 11011 | 1000101 |
Color Harmonies of #C3C69B
Complementary color
Monochromatic Colors of #C3C69B
Black with #C3C69B
Text Example
Text Example
White with #C3C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C69B; }
p { color: rgb(195,198,155); }
H1.HeaderClassName
{
color: #C3C69B;
}
.AnyTagClassName
{
color: #C3C69B;
}
</style>
background-color css
<style>
a { background-color: #C3C69B; }
a { background-color: rgb(195,198,155); }
div.DivClassName
{
background-color: #C3C69B;
}
.BgClassName
{
background-color: #C3C69B;
}
</style>
border-color css
<style>
span { border-color: #C3C69B; }
span { border-color: rgb(195,198,155); }
td.TdClassName
{
border-color: #C3C69B;
}
.TagClassName
{
border-color: #C3C69B;
}
</style>