#CAD896

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

Shades of Deco #CAD896

Tints of Deco #CAD896

Color information

#CAD896 (or 0xCAD896) is unknown color: approx Deco. HEX triplet: CA, D8 and 96. RGB value is (202,216,150). Sum of RGB (Red+Green+Blue) = 202+216+150=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD896 is #352769. Grayscale: #CCCCCC. Windows color (decimal): -3483498 or 9885898. OLE color: 9885898.

HSL color Cylindrical-coordinate representation of color #CAD896: hue angle of 72.73º 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 #CAD896 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB202216150-
CMYK0.0600.310.15
HSL72.73º45.83%71.76%-
HSV(B)72.73º30.56%84.71%-
XYZ54.4263.8738.31-
YUV204.2997.36126.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=35.56%
G=38.03%
B=26.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161500.0600.310.1572.7345.8371.76
HexCAD896601FF492e48
Octal31233022660371711156110
Binary110010101101100010010110110011111111110010011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD896; }

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

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

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

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

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

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

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

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