#CCD296

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

Shades of Green Mist #CCD296

Tints of Green Mist #CCD296

Color information

#CCD296 (or 0xCCD296) is unknown color: approx Green Mist. HEX triplet: CC, D2 and 96. RGB value is (204,210,150). Sum of RGB (Red+Green+Blue) = 204+210+150=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD296 is #332D69. Grayscale: #C9C9C9. Windows color (decimal): -3353962 or 9884364. OLE color: 9884364.

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

Color convert

RGB204210150-
CMYK0.0300.290.18
HSL66º40%70.59%-
HSV(B)66º28.57%82.35%-
XYZ53.4561.1337.84-
YUV201.3799.01129.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 150 (58.98% from 255) = 26.60%
R=36.17%
G=37.23%
B=26.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101500.0300.290.18664070.59
HexCCD296301D12422847
Octal31432222630352210250107
Binary110011001101001010010110110111011001010000101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD296; }

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

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

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

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

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

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

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

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