#C3CA9B

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

Shades of Green Mist #C3CA9B

Tints of Green Mist #C3CA9B

Color information

#C3CA9B (or 0xC3CA9B) is unknown color: approx Green Mist. HEX triplet: C3, CA and 9B. RGB value is (195,202,155). Sum of RGB (Red+Green+Blue) = 195+202+155=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CA9B is #3C3564. Grayscale: #C2C2C2. Windows color (decimal): -3945829 or 10209987. OLE color: 10209987.

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

Color convert

RGB195202155-
CMYK0.0300.230.21
HSL68.94º30.72%70%-
HSV(B)68.94º23.27%79.22%-
XYZ49.5456.2139.25-
YUV194.55105.68128.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=35.33%
G=36.59%
B=28.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021550.0300.230.2168.9430.7270
HexC3CA9B301715451f46
Octal30331223330272510537106
Binary11000011110010101001101111010111101011000101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CA9B; }

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

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

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

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

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

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

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

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