Shades of Green Mist #C3C39B
Tints of Green Mist #C3C39B
RGB
CMYK
RGB Variations
Color information
#C3C39B (or 0xC3C39B) is known color: Green Mist. HEX triplet: C3, C3 and 9B. RGB value is (195,195,155). Sum of RGB (Red+Green+Blue) = 195+195+155=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C39B is #3C3C64. Grayscale: #BEBEBE. Windows color (decimal): -3947621 or 10208195. OLE color: 10208195.
HSL color Cylindrical-coordinate representation of color #C3C39B: hue angle of 60º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3C39B is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 195 | 155 | - |
CMYK | 0 | 0 | 0.21 | 0.24 |
HSL | 60º | 0.25% | 0.69% | - |
HSV(B) | 60º | 0.21% | 0.76% | - |
XYZ | 47.94 | 53 | 38.71 | - |
YUV | 190.44 | 108 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 195 | 155 | 0 | 0 | 0.21 | 0.24 | 60 | 0.25 | 0.69 |
Hex | C3 | C3 | 9B | 0 | 0 | 15 | 18 | 3C | 19 | 45 |
Octal | 303 | 303 | 233 | 0 | 0 | 25 | 30 | 74 | 31 | 105 |
Binary | 11000011 | 11000011 | 10011011 | 0 | 0 | 10101 | 11000 | 111100 | 11001 | 1000101 |
Color Harmonies of #C3C39B
Complementary color
Monochromatic Colors of #C3C39B
Black with #C3C39B
Text Example
Text Example
White with #C3C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C39B; }
p { color: rgb(195,195,155); }
H1.HeaderClassName
{
color: #C3C39B;
}
.AnyTagClassName
{
color: #C3C39B;
}
</style>
background-color css
<style>
a { background-color: #C3C39B; }
a { background-color: rgb(195,195,155); }
div.DivClassName
{
background-color: #C3C39B;
}
.BgClassName
{
background-color: #C3C39B;
}
</style>
border-color css
<style>
span { border-color: #C3C39B; }
span { border-color: rgb(195,195,155); }
td.TdClassName
{
border-color: #C3C39B;
}
.TagClassName
{
border-color: #C3C39B;
}
</style>