#C1CD95

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

Shades of Green Mist #C1CD95

Tints of Green Mist #C1CD95

Color information

#C1CD95 (or 0xC1CD95) is unknown color: approx Green Mist. HEX triplet: C1, CD and 95. RGB value is (193,205,149). Sum of RGB (Red+Green+Blue) = 193+205+149=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CD95 is #3E326A. Grayscale: #C3C3C3. Windows color (decimal): -4076139 or 9817537. OLE color: 9817537.

HSL color Cylindrical-coordinate representation of color #C1CD95: hue angle of 72.86º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1CD95 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB193205149-
CMYK0.0600.270.20
HSL72.86º35.9%69.41%-
HSV(B)72.86º27.32%80.39%-
XYZ49.2557.1736.87-
YUV195.03102.02126.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=35.28%
G=37.48%
B=27.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051490.0600.270.2072.8635.969.41
HexC1CD95601B14492445
Octal30131522560332411144105
Binary1100000111001101100101011100110111010010010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CD95; }

 p { color: rgb(193,205,149); }

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

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

 a { background-color: rgb(193,205,149); }

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

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

 span { border-color: rgb(193,205,149); }

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