#CCD69D

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

Shades of Green Mist #CCD69D

Tints of Green Mist #CCD69D

Color information

#CCD69D (or 0xCCD69D) is unknown color: approx Green Mist. HEX triplet: CC, D6 and 9D. RGB value is (204,214,157). Sum of RGB (Red+Green+Blue) = 204+214+157=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD69D is #332962. Grayscale: #CCCCCC. Windows color (decimal): -3352931 or 10344140. OLE color: 10344140.

HSL color Cylindrical-coordinate representation of color #CCD69D: hue angle of 70.53º 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 #CCD69D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB204214157-
CMYK0.0500.270.16
HSL70.53º41.01%72.75%-
HSV(B)70.53º26.64%83.92%-
XYZ55.0363.3641.23-
YUV204.51101.19127.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=35.48%
G=37.22%
B=27.30%

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
Decimal2042141570.0500.270.1670.5341.0172.75
HexCCD69D501B10472949
Octal31432623550332010751111
Binary1100110011010110100111011010110111000010001111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD69D; }

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

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

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

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

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

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

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

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