#C7CA9A

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

Shades of Green Mist #C7CA9A

Tints of Green Mist #C7CA9A

Color information

#C7CA9A (or 0xC7CA9A) is unknown color: approx Green Mist. HEX triplet: C7, CA and 9A. RGB value is (199,202,154). Sum of RGB (Red+Green+Blue) = 199+202+154=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CA9A is #383565. Grayscale: #C3C3C3. Windows color (decimal): -3683686 or 10144455. OLE color: 10144455.

HSL color Cylindrical-coordinate representation of color #C7CA9A: hue angle of 63.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7CA9A is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB199202154-
CMYK0.0100.240.21
HSL63.75º31.17%69.8%-
HSV(B)63.75º23.76%79.22%-
XYZ50.5156.7238.86-
YUV195.63104.51130.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.86%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=35.86%
G=36.40%
B=27.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992021540.0100.240.2163.7531.1769.8
HexC7CA9A101815401f46
Octal30731223210302510037106
Binary1100011111001010100110101011000101011000000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CA9A; }

 p { color: rgb(199,202,154); }

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

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

 a { background-color: rgb(199,202,154); }

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

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

 span { border-color: rgb(199,202,154); }

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