Shades of Green Mist #C0C09B
Tints of Green Mist #C0C09B
RGB
CMYK
RGB Variations
Color information
#C0C09B (or 0xC0C09B) is known color: Green Mist. HEX triplet: C0, C0 and 9B. RGB value is (192,192,155). Sum of RGB (Red+Green+Blue) = 192+192+155=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C09B is #3F3F64. Grayscale: #BBBBBB. Windows color (decimal): -4144997 or 10207424. OLE color: 10207424.
HSL color Cylindrical-coordinate representation of color #C0C09B: hue angle of 60º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0C09B is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 192 | 155 | - |
CMYK | 0 | 0 | 0.19 | 0.25 |
HSL | 60º | 0.23% | 0.68% | - |
HSV(B) | 60º | 0.19% | 0.75% | - |
XYZ | 46.5 | 51.27 | 38.46 | - |
YUV | 187.78 | 109.5 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 192 | 155 | 0 | 0 | 0.19 | 0.25 | 60 | 0.23 | 0.68 |
Hex | C0 | C0 | 9B | 0 | 0 | 13 | 19 | 3C | 17 | 44 |
Octal | 300 | 300 | 233 | 0 | 0 | 23 | 31 | 74 | 27 | 104 |
Binary | 11000000 | 11000000 | 10011011 | 0 | 0 | 10011 | 11001 | 111100 | 10111 | 1000100 |
Color Harmonies of #C0C09B
Complementary color
Monochromatic Colors of #C0C09B
Black with #C0C09B
Text Example
Text Example
White with #C0C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C09B; }
p { color: rgb(192,192,155); }
H1.HeaderClassName
{
color: #C0C09B;
}
.AnyTagClassName
{
color: #C0C09B;
}
</style>
background-color css
<style>
a { background-color: #C0C09B; }
a { background-color: rgb(192,192,155); }
div.DivClassName
{
background-color: #C0C09B;
}
.BgClassName
{
background-color: #C0C09B;
}
</style>
border-color css
<style>
span { border-color: #C0C09B; }
span { border-color: rgb(192,192,155); }
td.TdClassName
{
border-color: #C0C09B;
}
.TagClassName
{
border-color: #C0C09B;
}
</style>