#C3C490

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

Shades of Green Mist #C3C490

Tints of Green Mist #C3C490

Color information

#C3C490 (or 0xC3C490) is unknown color: approx Green Mist. HEX triplet: C3, C4 and 90. RGB value is (195,196,144). Sum of RGB (Red+Green+Blue) = 195+196+144=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C490 is #3C3B6F. Grayscale: #BDBDBD. Windows color (decimal): -3947376 or 9487555. OLE color: 9487555.

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

Color convert

RGB195196144-
CMYK0.0100.270.23
HSL61.15º30.59%66.67%-
HSV(B)61.15º26.53%76.86%-
XYZ47.2853.134.14-
YUV189.77102.17131.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=36.45%
G=36.64%
B=26.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951961440.0100.270.2361.1530.5966.67
HexC3C490101B173d1f43
Octal3033042201033277537103
Binary110000111100010010010000101101110111111101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C490; }

 p { color: rgb(195,196,144); }

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

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

 a { background-color: rgb(195,196,144); }

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

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

 span { border-color: rgb(195,196,144); }

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