#CCCEA0

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

Shades of Green Mist #CCCEA0

Tints of Green Mist #CCCEA0

Color information

#CCCEA0 (or 0xCCCEA0) is unknown color: approx Green Mist. HEX triplet: CC, CE and A0. RGB value is (204,206,160). Sum of RGB (Red+Green+Blue) = 204+206+160=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEA0 is #33315F. Grayscale: #C8C8C8. Windows color (decimal): -3354976 or 10538700. OLE color: 10538700.

HSL color Cylindrical-coordinate representation of color #CCCEA0: hue angle of 62.61º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCCEA0 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB204206160-
CMYK0.0100.220.19
HSL62.61º31.94%71.76%-
HSV(B)62.61º22.33%80.78%-
XYZ53.3259.5241.94-
YUV200.16105.34130.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=35.79%
G=36.14%
B=28.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061600.0100.220.1962.6131.9471.76
HexCCCEA01016133f2048
Octal3143162401026237740110
Binary1100110011001110101000001010110100111111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEA0; }

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

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

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

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

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

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

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

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