#C4CA9F

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

Shades of Green Mist #C4CA9F

Tints of Green Mist #C4CA9F

Color information

#C4CA9F (or 0xC4CA9F) is unknown color: approx Green Mist. HEX triplet: C4, CA and 9F. RGB value is (196,202,159). Sum of RGB (Red+Green+Blue) = 196+202+159=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CA9F is #3B3560. Grayscale: #C3C3C3. Windows color (decimal): -3880289 or 10472132. OLE color: 10472132.

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

Color convert

RGB196202159-
CMYK0.0300.210.21
HSL68.37º28.86%70.78%-
HSV(B)68.37º21.29%79.22%-
XYZ50.1456.4841.06-
YUV195.3107.51128.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=35.19%
G=36.27%
B=28.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021590.0300.210.2168.3728.8670.78
HexC4CA9F301515441d47
Octal30431223730252510435107
Binary11000100110010101001111111010101101011000100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA9F; }

 p { color: rgb(196,202,159); }

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

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

 a { background-color: rgb(196,202,159); }

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

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

 span { border-color: rgb(196,202,159); }

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