#C1CC8F

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

Shades of Green Mist #C1CC8F

Tints of Green Mist #C1CC8F

Color information

#C1CC8F (or 0xC1CC8F) is unknown color: approx Green Mist. HEX triplet: C1, CC and 8F. RGB value is (193,204,143). Sum of RGB (Red+Green+Blue) = 193+204+143=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CC8F is #3E3370. Grayscale: #C1C1C1. Windows color (decimal): -4076401 or 9424065. OLE color: 9424065.

HSL color Cylindrical-coordinate representation of color #C1CC8F: hue angle of 70.82º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1CC8F is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB193204143-
CMYK0.0500.300.2
HSL70.82º37.42%68.04%-
HSV(B)70.82º29.9%80%-
XYZ48.5456.5134.33-
YUV193.7699.36127.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 143 (56.25% from 255) = 26.48%
R=35.74%
G=37.78%
B=26.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932041430.0500.300.270.8237.4268.04
HexC1CC8F501E14472544
Octal30131421750362410745104
Binary1100000111001100100011111010111101010010001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC8F; }

 p { color: rgb(193,204,143); }

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

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

 a { background-color: rgb(193,204,143); }

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

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

 span { border-color: rgb(193,204,143); }

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