#C4D08C

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

Shades of Deco #C4D08C

Tints of Deco #C4D08C

Color information

#C4D08C (or 0xC4D08C) is unknown color: approx Deco. HEX triplet: C4, D0 and 8C. RGB value is (196,208,140). Sum of RGB (Red+Green+Blue) = 196+208+140=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D08C is #3B2F73. Grayscale: #C4C4C4. Windows color (decimal): -3878772 or 9228484. OLE color: 9228484.

HSL color Cylindrical-coordinate representation of color #C4D08C: hue angle of 70.59º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4D08C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB196208140-
CMYK0.0600.330.18
HSL70.59º41.98%68.24%-
HSV(B)70.59º32.69%81.57%-
XYZ50.0558.7433.51-
YUV196.6696.02127.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 208 (81.64% from 255) = 38.24%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=36.03%
G=38.24%
B=25.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962081400.0600.330.1870.5941.9868.24
HexC4D08C602112472a44
Octal30432021460412210752104
Binary11000100110100001000110011001000011001010001111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D08C; }

 p { color: rgb(196,208,140); }

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

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

 a { background-color: rgb(196,208,140); }

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

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

 span { border-color: rgb(196,208,140); }

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