#CCCE9A

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

Shades of Green Mist #CCCE9A

Tints of Green Mist #CCCE9A

Color information

#CCCE9A (or 0xCCCE9A) is unknown color: approx Green Mist. HEX triplet: CC, CE and 9A. RGB value is (204,206,154). Sum of RGB (Red+Green+Blue) = 204+206+154=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE9A is #333165. Grayscale: #C7C7C7. Windows color (decimal): -3354982 or 10145484. OLE color: 10145484.

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

Color convert

RGB204206154-
CMYK0.0100.250.19
HSL62.31º34.67%70.59%-
HSV(B)62.31º25.24%80.78%-
XYZ52.8159.3139.24-
YUV199.47102.34131.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=36.17%
G=36.52%
B=27.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061540.0100.250.1962.3134.6770.59
HexCCCE9A1019133e2347
Octal3143162321031237643107
Binary1100110011001110100110101011001100111111101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE9A; }

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

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

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

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

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

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

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

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