#C3CA9E

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

Shades of Green Mist #C3CA9E

Tints of Green Mist #C3CA9E

Color information

#C3CA9E (or 0xC3CA9E) is unknown color: approx Green Mist. HEX triplet: C3, CA and 9E. RGB value is (195,202,158). Sum of RGB (Red+Green+Blue) = 195+202+158=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CA9E is #3C3561. Grayscale: #C3C3C3. Windows color (decimal): -3945826 or 10406595. OLE color: 10406595.

HSL color Cylindrical-coordinate representation of color #C3CA9E: hue angle of 69.55º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3CA9E is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB195202158-
CMYK0.0300.220.21
HSL69.55º29.33%70.59%-
HSV(B)69.55º21.78%79.22%-
XYZ49.856.3140.59-
YUV194.89107.18128.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.14%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=35.14%
G=36.40%
B=28.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021580.0300.220.2169.5529.3370.59
HexC3CA9E301615461d47
Octal30331223630262510635107
Binary11000011110010101001111011010110101011000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CA9E; }

 p { color: rgb(195,202,158); }

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

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

 a { background-color: rgb(195,202,158); }

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

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

 span { border-color: rgb(195,202,158); }

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