#C2CC93

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

Shades of Green Mist #C2CC93

Tints of Green Mist #C2CC93

Color information

#C2CC93 (or 0xC2CC93) is unknown color: approx Green Mist. HEX triplet: C2, CC and 93. RGB value is (194,204,147). Sum of RGB (Red+Green+Blue) = 194+204+147=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CC93 is #3D336C. Grayscale: #C2C2C2. Windows color (decimal): -4010861 or 9686210. OLE color: 9686210.

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

Color convert

RGB194204147-
CMYK0.0500.280.2
HSL70.53º35.85%68.82%-
HSV(B)70.53º27.94%80%-
XYZ49.1156.7635.97-
YUV194.51101.19127.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=35.60%
G=37.43%
B=26.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942041470.0500.280.270.5335.8568.82
HexC2CC93501C14472445
Octal30231422350342410744105
Binary1100001011001100100100111010111001010010001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CC93; }

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

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

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

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

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

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

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

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