#C3CA9A

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

Shades of Green Mist #C3CA9A

Tints of Green Mist #C3CA9A

Color information

#C3CA9A (or 0xC3CA9A) is unknown color: approx Green Mist. HEX triplet: C3, CA and 9A. RGB value is (195,202,154). Sum of RGB (Red+Green+Blue) = 195+202+154=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CA9A is #3C3565. Grayscale: #C2C2C2. Windows color (decimal): -3945830 or 10144451. OLE color: 10144451.

HSL color Cylindrical-coordinate representation of color #C3CA9A: hue angle of 68.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 #C3CA9A is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB195202154-
CMYK0.0300.240.21
HSL68.75º31.17%69.8%-
HSV(B)68.75º23.76%79.22%-
XYZ49.4656.1838.81-
YUV194.44105.18128.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=35.39%
G=36.66%
B=27.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021540.0300.240.2168.7531.1769.8
HexC3CA9A301815451f46
Octal30331223230302510537106
Binary11000011110010101001101011011000101011000101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CA9A; }

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

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

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

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

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

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

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

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