#C4D38E

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

Shades of Deco #C4D38E

Tints of Deco #C4D38E

Color information

#C4D38E (or 0xC4D38E) is unknown color: approx Deco. HEX triplet: C4, D3 and 8E. RGB value is (196,211,142). Sum of RGB (Red+Green+Blue) = 196+211+142=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D38E is #3B2C71. Grayscale: #C6C6C6. Windows color (decimal): -3878002 or 9360324. OLE color: 9360324.

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

Color convert

RGB196211142-
CMYK0.0700.330.17
HSL73.04º43.95%69.22%-
HSV(B)73.04º32.7%82.75%-
XYZ50.9460.2834.54-
YUV198.6596.03126.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=35.70%
G=38.43%
B=25.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962111420.0700.330.1773.0443.9569.22
HexC4D38E702111492c45
Octal30432321670412111154105
Binary11000100110100111000111011101000011000110010011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D38E; }

 p { color: rgb(196,211,142); }

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

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

 a { background-color: rgb(196,211,142); }

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

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

 span { border-color: rgb(196,211,142); }

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