#CCD178

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

Shades of Deco #CCD178

Tints of Deco #CCD178

Color information

#CCD178 (or 0xCCD178) is unknown color: approx Deco. HEX triplet: CC, D1 and 78. RGB value is (204,209,120). Sum of RGB (Red+Green+Blue) = 204+209+120=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD178 is #332E87. Grayscale: #C5C5C5. Windows color (decimal): -3354248 or 7918028. OLE color: 7918028.

HSL color Cylindrical-coordinate representation of color #CCD178: hue angle of 63.37º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCD178 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB204209120-
CMYK0.0200.430.18
HSL63.37º49.17%64.51%-
HSV(B)63.37º42.58%81.96%-
XYZ51.0959.7926.62-
YUV197.3684.34132.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=38.27%
G=39.21%
B=22.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091200.0200.430.1863.3749.1764.51
HexCCD178202B123f3141
Octal3143211702053227761101
Binary11001100110100011111000100101011100101111111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD178; }

 p { color: rgb(204,209,120); }

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

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

 a { background-color: rgb(204,209,120); }

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

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

 span { border-color: rgb(204,209,120); }

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