#CCCE95

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

Shades of Green Mist #CCCE95

Tints of Green Mist #CCCE95

Color information

#CCCE95 (or 0xCCCE95) is unknown color: approx Green Mist. HEX triplet: CC, CE and 95. RGB value is (204,206,149). Sum of RGB (Red+Green+Blue) = 204+206+149=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE95 is #33316A. Grayscale: #C7C7C7. Windows color (decimal): -3354987 or 9817804. OLE color: 9817804.

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

Color convert

RGB204206149-
CMYK0.0100.280.19
HSL62.11º36.77%69.61%-
HSV(B)62.11º27.67%80.78%-
XYZ52.459.1537.09-
YUV198.999.84131.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=36.49%
G=36.85%
B=26.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061490.0100.280.1962.1136.7769.61
HexCCCE95101C133e2546
Octal3143162251034237645106
Binary1100110011001110100101011011100100111111101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE95; }

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

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

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

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

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

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

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

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