#C3CC8E

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

Shades of Green Mist #C3CC8E

Tints of Green Mist #C3CC8E

Color information

#C3CC8E (or 0xC3CC8E) is unknown color: approx Green Mist. HEX triplet: C3, CC and 8E. RGB value is (195,204,142). Sum of RGB (Red+Green+Blue) = 195+204+142=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CC8E is #3C3371. Grayscale: #C2C2C2. Windows color (decimal): -3945330 or 9358531. OLE color: 9358531.

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

Color convert

RGB195204142-
CMYK0.0400.300.2
HSL68.71º37.8%67.84%-
HSV(B)68.71º30.39%80%-
XYZ48.9856.7433.96-
YUV194.2498.52128.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=36.04%
G=37.71%
B=26.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1952041420.0400.300.268.7137.867.84
HexC3CC8E401E14452644
Octal30331421640362410546104
Binary1100001111001100100011101000111101010010001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CC8E; }

 p { color: rgb(195,204,142); }

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

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

 a { background-color: rgb(195,204,142); }

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

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

 span { border-color: rgb(195,204,142); }

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