#C2C195

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

Shades of Green Mist #C2C195

Tints of Green Mist #C2C195

Color information

#C2C195 (or 0xC2C195) is unknown color: approx Green Mist. HEX triplet: C2, C1 and 95. RGB value is (194,193,149). Sum of RGB (Red+Green+Blue) = 194+193+149=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C195 is #3D3E6A. Grayscale: #BCBCBC. Windows color (decimal): -4013675 or 9814466. OLE color: 9814466.

HSL color Cylindrical-coordinate representation of color #C2C195: hue angle of 58.67º 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 #C2C195 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB194193149-
CMYK00.010.230.24
HSL58.67º26.95%67.25%-
HSV(B)58.67º23.2%76.08%-
XYZ46.7451.7835.96-
YUV188.28105.83132.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=36.19%
G=36.01%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419314900.010.230.2458.6726.9567.25
HexC2C1950117183b1b43
Octal3023012250127307333103
Binary110000101100000110010101011011111000111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C195; }

 p { color: rgb(194,193,149); }

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

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

 a { background-color: rgb(194,193,149); }

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

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

 span { border-color: rgb(194,193,149); }

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