#C1C894

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

Shades of Green Mist #C1C894

Tints of Green Mist #C1C894

Color information

#C1C894 (or 0xC1C894) is unknown color: approx Green Mist. HEX triplet: C1, C8 and 94. RGB value is (193,200,148). Sum of RGB (Red+Green+Blue) = 193+200+148=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C894 is #3E376B. Grayscale: #C0C0C0. Windows color (decimal): -4077420 or 9750721. OLE color: 9750721.

HSL color Cylindrical-coordinate representation of color #C1C894: hue angle of 68.08º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1C894 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB193200148-
CMYK0.0400.260.22
HSL68.08º32.1%68.24%-
HSV(B)68.08º26%78.43%-
XYZ47.9954.7836.06-
YUV191.98103.18128.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=35.67%
G=36.97%
B=27.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1932001480.0400.260.2268.0832.168.24
HexC1C894401A16442044
Octal30131022440322610440104
Binary1100000111001000100101001000110101011010001001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C894; }

 p { color: rgb(193,200,148); }

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

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

 a { background-color: rgb(193,200,148); }

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

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

 span { border-color: rgb(193,200,148); }

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