#CCD29F

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

Shades of Green Mist #CCD29F

Tints of Green Mist #CCD29F

Color information

#CCD29F (or 0xCCD29F) is unknown color: approx Green Mist. HEX triplet: CC, D2 and 9F. RGB value is (204,210,159). Sum of RGB (Red+Green+Blue) = 204+210+159=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD29F is #332D60. Grayscale: #CACACA. Windows color (decimal): -3353953 or 10474188. OLE color: 10474188.

HSL color Cylindrical-coordinate representation of color #CCD29F: hue angle of 67.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD29F is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB204210159-
CMYK0.0300.240.18
HSL67.06º36.17%72.35%-
HSV(B)67.06º24.29%82.35%-
XYZ54.2161.4341.8-
YUV202.39103.51129.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=35.60%
G=36.65%
B=27.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101590.0300.240.1867.0636.1772.35
HexCCD29F301812432448
Octal31432223730302210344110
Binary110011001101001010011111110110001001010000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD29F; }

 p { color: rgb(204,210,159); }

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

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

 a { background-color: rgb(204,210,159); }

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

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

 span { border-color: rgb(204,210,159); }

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