#CCD699

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

Shades of Green Mist #CCD699

Tints of Green Mist #CCD699

Color information

#CCD699 (or 0xCCD699) is unknown color: approx Green Mist. HEX triplet: CC, D6 and 99. RGB value is (204,214,153). Sum of RGB (Red+Green+Blue) = 204+214+153=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD699 is #332966. Grayscale: #CCCCCC. Windows color (decimal): -3352935 or 10081996. OLE color: 10081996.

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

Color convert

RGB204214153-
CMYK0.0500.290.16
HSL69.84º42.66%71.96%-
HSV(B)69.84º28.5%83.92%-
XYZ54.763.2339.46-
YUV204.0699.19127.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=35.73%
G=37.48%
B=26.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141530.0500.290.1669.8442.6671.96
HexCCD699501D10462b48
Octal31432623150352010653110
Binary1100110011010110100110011010111011000010001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD699; }

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

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

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

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

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

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

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

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