#C0C194

Color #C0C194 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C0C194

Tints of Green Mist #C0C194

Color information

#C0C194 (or 0xC0C194) is unknown color: approx Green Mist. HEX triplet: C0, C1 and 94. RGB value is (192,193,148). Sum of RGB (Red+Green+Blue) = 192+193+148=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C194 is #3F3E6B. Grayscale: #BBBBBB. Windows color (decimal): -4144748 or 9748928. OLE color: 9748928.

HSL color Cylindrical-coordinate representation of color #C0C194: hue angle of 61.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0C194 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB192193148-
CMYK0.0100.230.24
HSL61.33º26.63%66.86%-
HSV(B)61.33º23.32%75.69%-
XYZ46.1551.4835.52-
YUV187.57105.67131.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=36.02%
G=36.21%
B=27.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931480.0100.230.2461.3326.6366.86
HexC0C1941017183d1b43
Octal3003012241027307533103
Binary110000001100000110010100101011111000111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C194; }

 p { color: rgb(192,193,148); }

 H1.HeaderClassName
 {
   color: #C0C194;
 }
 .AnyTagClassName
 {
   color: #C0C194;
 }
</style>
background-color css

<style>
 a { background-color: #C0C194; }

 a { background-color: rgb(192,193,148); }

 div.DivClassName
 {
   background-color: #C0C194;
 }
 .BgClassName
 {
   background-color: #C0C194;
 }
</style>
border-color css

<style>
 span { border-color: #C0C194; }

 span { border-color: rgb(192,193,148); }

 td.TdClassName
 {
   border-color: #C0C194;
 }
 .TagClassName
 {
   border-color: #C0C194;
 }
</style>