#C3C095

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

Shades of Green Mist #C3C095

Tints of Green Mist #C3C095

Color information

#C3C095 (or 0xC3C095) is unknown color: approx Green Mist. HEX triplet: C3, C0 and 95. RGB value is (195,192,149). Sum of RGB (Red+Green+Blue) = 195+192+149=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C095 is #3C3F6A. Grayscale: #BCBCBC. Windows color (decimal): -3948395 or 9814211. OLE color: 9814211.

HSL color Cylindrical-coordinate representation of color #C3C095: hue angle of 56.09º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3C095 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB195192149-
CMYK00.020.240.24
HSL56.09º27.71%67.45%-
HSV(B)56.09º23.59%76.47%-
XYZ46.7851.4735.9-
YUV187.99105.99133-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=36.38%
G=35.82%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519214900.020.240.2456.0927.7167.45
HexC3C095021818381c43
Octal3033002250230307034103
Binary1100001111000000100101010101100011000111000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C095; }

 p { color: rgb(195,192,149); }

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

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

 a { background-color: rgb(195,192,149); }

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

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

 span { border-color: rgb(195,192,149); }

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