#C1C28E

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

Shades of Green Mist #C1C28E

Tints of Green Mist #C1C28E

Color information

#C1C28E (or 0xC1C28E) is unknown color: approx Green Mist. HEX triplet: C1, C2 and 8E. RGB value is (193,194,142). Sum of RGB (Red+Green+Blue) = 193+194+142=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C28E is #3E3D71. Grayscale: #BBBBBB. Windows color (decimal): -4078962 or 9355969. OLE color: 9355969.

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

Color convert

RGB193194142-
CMYK0.0100.270.24
HSL61.15º29.89%65.88%-
HSV(B)61.15º26.8%76.08%-
XYZ46.1751.8733.17-
YUV187.77102.17131.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=36.48%
G=36.67%
B=26.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931941420.0100.270.2461.1529.8965.88
HexC1C28E101B183d1e42
Octal3013022161033307536102
Binary110000011100001010001110101101111000111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C28E; }

 p { color: rgb(193,194,142); }

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

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

 a { background-color: rgb(193,194,142); }

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

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

 span { border-color: rgb(193,194,142); }

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