#C3C094

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

Shades of Green Mist #C3C094

Tints of Green Mist #C3C094

Color information

#C3C094 (or 0xC3C094) is unknown color: approx Green Mist. HEX triplet: C3, C0 and 94. RGB value is (195,192,148). Sum of RGB (Red+Green+Blue) = 195+192+148=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C094 is #3C3F6B. Grayscale: #BCBCBC. Windows color (decimal): -3948396 or 9748675. OLE color: 9748675.

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

Color convert

RGB195192148-
CMYK00.020.240.24
HSL56.17º28.14%67.25%-
HSV(B)56.17º24.1%76.47%-
XYZ46.751.4435.48-
YUV187.88105.49133.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=36.45%
G=35.89%
B=27.66%

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
Decimal19519214800.020.240.2456.1728.1467.25
HexC3C094021818381c43
Octal3033002240230307034103
Binary1100001111000000100101000101100011000111000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C094; }

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

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

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

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

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

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

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

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