#CCD49D

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

Shades of Green Mist #CCD49D

Tints of Green Mist #CCD49D

Color information

#CCD49D (or 0xCCD49D) is unknown color: approx Green Mist. HEX triplet: CC, D4 and 9D. RGB value is (204,212,157). Sum of RGB (Red+Green+Blue) = 204+212+157=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD49D is #332B62. Grayscale: #CBCBCB. Windows color (decimal): -3353443 or 10343628. OLE color: 10343628.

HSL color Cylindrical-coordinate representation of color #CCD49D: hue angle of 68.73º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCD49D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB204212157-
CMYK0.0400.260.17
HSL68.73º39.01%72.35%-
HSV(B)68.73º25.94%83.14%-
XYZ54.5362.3641.06-
YUV203.34101.85128.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=35.60%
G=37.00%
B=27.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121570.0400.260.1768.7339.0172.35
HexCCD49D401A11452748
Octal31432423540322110547110
Binary1100110011010100100111011000110101000110001011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD49D; }

 p { color: rgb(204,212,157); }

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

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

 a { background-color: rgb(204,212,157); }

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

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

 span { border-color: rgb(204,212,157); }

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