#CCCF99

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

Shades of Green Mist #CCCF99

Tints of Green Mist #CCCF99

Color information

#CCCF99 (or 0xCCCF99) is unknown color: approx Green Mist. HEX triplet: CC, CF and 99. RGB value is (204,207,153). Sum of RGB (Red+Green+Blue) = 204+207+153=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF99 is #333066. Grayscale: #C8C8C8. Windows color (decimal): -3354727 or 10080204. OLE color: 10080204.

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

Color convert

RGB204207153-
CMYK0.0100.260.19
HSL63.33º36%70.59%-
HSV(B)63.33º26.09%81.18%-
XYZ52.9659.7638.88-
YUV199.95101.51130.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=36.17%
G=36.70%
B=27.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071530.0100.260.1963.333670.59
HexCCCF99101A133f2447
Octal3143172311032237744107
Binary1100110011001111100110011011010100111111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF99; }

 p { color: rgb(204,207,153); }

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

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

 a { background-color: rgb(204,207,153); }

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

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

 span { border-color: rgb(204,207,153); }

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