#CCD69C

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

Shades of Green Mist #CCD69C

Tints of Green Mist #CCD69C

Color information

#CCD69C (or 0xCCD69C) is unknown color: approx Green Mist. HEX triplet: CC, D6 and 9C. RGB value is (204,214,156). Sum of RGB (Red+Green+Blue) = 204+214+156=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD69C is #332963. Grayscale: #CCCCCC. Windows color (decimal): -3352932 or 10278604. OLE color: 10278604.

HSL color Cylindrical-coordinate representation of color #CCD69C: hue angle of 70.34º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD69C is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB204214156-
CMYK0.0500.270.16
HSL70.34º41.43%72.55%-
HSV(B)70.34º27.1%83.92%-
XYZ54.9563.3340.78-
YUV204.4100.69127.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=35.54%
G=37.28%
B=27.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141560.0500.270.1670.3441.4372.55
HexCCD69C501B10462949
Octal31432623450332010651111
Binary1100110011010110100111001010110111000010001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD69C; }

 p { color: rgb(204,214,156); }

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

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

 a { background-color: rgb(204,214,156); }

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

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

 span { border-color: rgb(204,214,156); }

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