#96CDA9

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

Shades of Chinook #96CDA9

Tints of Chinook #96CDA9

Color information

#96CDA9 (or 0x96CDA9) is unknown color: approx Chinook. HEX triplet: 96, CD and A9. RGB value is (150,205,169). Sum of RGB (Red+Green+Blue) = 150+205+169=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CDA9 is #693256. Grayscale: #B8B8B8. Windows color (decimal): -6894167 or 11128214. OLE color: 11128214.

HSL color Cylindrical-coordinate representation of color #96CDA9: hue angle of 140.73º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CDA9 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB150205169-
CMYK0.2700.180.20
HSL140.73º35.48%69.61%-
HSV(B)140.73º26.83%80.39%-
XYZ41.5753.0145.58-
YUV184.45119.28103.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=28.63%
G=39.12%
B=32.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051690.2700.180.20140.7335.4869.61
Hex96CDA91B012148d2346
Octal226315251330222421543106
Binary1001011011001101101010011101101001010100100011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CDA9; }

 p { color: rgb(150,205,169); }

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

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

 a { background-color: rgb(150,205,169); }

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

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

 span { border-color: rgb(150,205,169); }

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