#C9D896

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

Shades of Deco #C9D896

Tints of Deco #C9D896

Color information

#C9D896 (or 0xC9D896) is unknown color: approx Deco. HEX triplet: C9, D8 and 96. RGB value is (201,216,150). Sum of RGB (Red+Green+Blue) = 201+216+150=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D896 is #362769. Grayscale: #CCCCCC. Windows color (decimal): -3549034 or 9885897. OLE color: 9885897.

HSL color Cylindrical-coordinate representation of color #C9D896: hue angle of 73.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9D896 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB201216150-
CMYK0.0700.310.15
HSL73.64º45.83%71.76%-
HSV(B)73.64º30.56%84.71%-
XYZ54.1563.7338.3-
YUV203.9997.53125.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.45%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 150 (58.98% from 255) = 26.46%
R=35.45%
G=38.10%
B=26.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012161500.0700.310.1573.6445.8371.76
HexC9D896701FF4a2e48
Octal31133022670371711256110
Binary110010011101100010010110111011111111110010101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D896; }

 p { color: rgb(201,216,150); }

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

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

 a { background-color: rgb(201,216,150); }

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

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

 span { border-color: rgb(201,216,150); }

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