#C3C5A1

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

Shades of Green Mist #C3C5A1

Tints of Green Mist #C3C5A1

Color information

#C3C5A1 (or 0xC3C5A1) is unknown color: approx Green Mist. HEX triplet: C3, C5 and A1. RGB value is (195,197,161). Sum of RGB (Red+Green+Blue) = 195+197+161=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C5A1 is #3C3A5E. Grayscale: #C0C0C0. Windows color (decimal): -3947103 or 10601923. OLE color: 10601923.

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

Color convert

RGB195197161-
CMYK0.0100.180.23
HSL63.33º23.68%70.2%-
HSV(B)63.33º18.27%77.25%-
XYZ48.954.1141.58-
YUV192.3110.34129.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=35.26%
G=35.62%
B=29.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951971610.0100.180.2363.3323.6870.2
HexC3C5A11012173f1846
Octal3033052411022277730106
Binary110000111100010110100001101001010111111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C5A1; }

 p { color: rgb(195,197,161); }

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

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

 a { background-color: rgb(195,197,161); }

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

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

 span { border-color: rgb(195,197,161); }

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