#C5CCA0

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

Shades of Green Mist #C5CCA0

Tints of Green Mist #C5CCA0

Color information

#C5CCA0 (or 0xC5CCA0) is unknown color: approx Green Mist. HEX triplet: C5, CC and A0. RGB value is (197,204,160). Sum of RGB (Red+Green+Blue) = 197+204+160=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCA0 is #3A335F. Grayscale: #C5C5C5. Windows color (decimal): -3814240 or 10538181. OLE color: 10538181.

HSL color Cylindrical-coordinate representation of color #C5CCA0: hue angle of 69.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CCA0 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB197204160-
CMYK0.0300.220.2
HSL69.55º30.14%71.37%-
HSV(B)69.55º21.57%80%-
XYZ50.9657.5941.69-
YUV196.89107.18128.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 160 (62.89% from 255) = 28.52%
R=35.12%
G=36.36%
B=28.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041600.0300.220.269.5530.1471.37
HexC5CCA0301614461e47
Octal30531424030262410636107
Binary11000101110011001010000011010110101001000110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCA0; }

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

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

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

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

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

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

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

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