#C2CC8F

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

Shades of Green Mist #C2CC8F

Tints of Green Mist #C2CC8F

Color information

#C2CC8F (or 0xC2CC8F) is unknown color: approx Green Mist. HEX triplet: C2, CC and 8F. RGB value is (194,204,143). Sum of RGB (Red+Green+Blue) = 194+204+143=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CC8F is #3D3370. Grayscale: #C2C2C2. Windows color (decimal): -4010865 or 9424066. OLE color: 9424066.

HSL color Cylindrical-coordinate representation of color #C2CC8F: hue angle of 69.84º 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 #C2CC8F is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB194204143-
CMYK0.0500.300.2
HSL69.84º37.42%68.04%-
HSV(B)69.84º29.9%80%-
XYZ48.856.6434.35-
YUV194.0699.19127.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 143 (56.25% from 255) = 26.43%
R=35.86%
G=37.71%
B=26.43%

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
Decimal1942041430.0500.300.269.8437.4268.04
HexC2CC8F501E14462544
Octal30231421750362410645104
Binary1100001011001100100011111010111101010010001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CC8F; }

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

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

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

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

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

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

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

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