#C5CC8F

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

Shades of Green Mist #C5CC8F

Tints of Green Mist #C5CC8F

Color information

#C5CC8F (or 0xC5CC8F) is unknown color: approx Green Mist. HEX triplet: C5, CC and 8F. RGB value is (197,204,143). Sum of RGB (Red+Green+Blue) = 197+204+143=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CC8F is #3A3370. Grayscale: #C3C3C3. Windows color (decimal): -3814257 or 9424069. OLE color: 9424069.

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

Color convert

RGB197204143-
CMYK0.0300.300.2
HSL66.89º37.42%68.04%-
HSV(B)66.89º29.9%80%-
XYZ49.5857.0434.38-
YUV194.9598.68129.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=36.21%
G=37.5%
B=26.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041430.0300.300.266.8937.4268.04
HexC5CC8F301E14432544
Octal30531421730362410345104
Binary110001011100110010001111110111101010010000111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CC8F; }

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

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

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

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

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

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

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

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