#CCCE9B

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

Shades of Green Mist #CCCE9B

Tints of Green Mist #CCCE9B

Color information

#CCCE9B (or 0xCCCE9B) is unknown color: approx Green Mist. HEX triplet: CC, CE and 9B. RGB value is (204,206,155). Sum of RGB (Red+Green+Blue) = 204+206+155=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE9B is #333164. Grayscale: #C7C7C7. Windows color (decimal): -3354981 or 10211020. OLE color: 10211020.

HSL color Cylindrical-coordinate representation of color #CCCE9B: hue angle of 62.35º degrees, saturation: 0.34, 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 #CCCE9B is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB204206155-
CMYK0.0100.250.19
HSL62.35º34.23%70.78%-
HSV(B)62.35º24.76%80.78%-
XYZ52.8959.3539.68-
YUV199.59102.84131.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=36.11%
G=36.46%
B=27.43%

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
Decimal2042061550.0100.250.1962.3534.2370.78
HexCCCE9B1019133e2247
Octal3143162331031237642107
Binary1100110011001110100110111011001100111111101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE9B; }

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

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

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

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

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

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

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

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