#C4D28C

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

Shades of Deco #C4D28C

Tints of Deco #C4D28C

Color information

#C4D28C (or 0xC4D28C) is unknown color: approx Deco. HEX triplet: C4, D2 and 8C. RGB value is (196,210,140). Sum of RGB (Red+Green+Blue) = 196+210+140=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D28C is #3B2D73. Grayscale: #C6C6C6. Windows color (decimal): -3878260 or 9228996. OLE color: 9228996.

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

Color convert

RGB196210140-
CMYK0.0700.330.18
HSL72º43.75%68.63%-
HSV(B)72º33.33%82.35%-
XYZ50.5559.7233.67-
YUV197.8395.36126.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 140 (55.08% from 255) = 25.64%
R=35.90%
G=38.46%
B=25.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962101400.0700.330.187243.7568.63
HexC4D28C702112482c45
Octal30432221470412211054105
Binary11000100110100101000110011101000011001010010001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D28C; }

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

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

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

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

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

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

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

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