#96D4A5

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

Shades of Chinook #96D4A5

Tints of Chinook #96D4A5

Color information

#96D4A5 (or 0x96D4A5) is unknown color: approx Chinook. HEX triplet: 96, D4 and A5. RGB value is (150,212,165). Sum of RGB (Red+Green+Blue) = 150+212+165=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #96D4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D4A5 is #692B5A. Grayscale: #BCBCBC. Windows color (decimal): -6892379 or 10867862. OLE color: 10867862.

HSL color Cylindrical-coordinate representation of color #96D4A5: hue angle of 134.52º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D4A5 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB150212165-
CMYK0.2900.220.17
HSL134.52º41.89%70.98%-
HSV(B)134.52º29.25%83.14%-
XYZ42.9156.2944.2-
YUV188.1114.96100.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=28.46%
G=40.23%
B=31.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502121650.2900.220.17134.5241.8970.98
Hex96D4A51D01611872a47
Octal226324245350262120752107
Binary1001011011010100101001011110101011010001100001111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,165); }

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

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

 a { background-color: rgb(150,212,165); }

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

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

 span { border-color: rgb(150,212,165); }

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