#96D7A3

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

Shades of Chinook #96D7A3

Tints of Chinook #96D7A3

Color information

#96D7A3 (or 0x96D7A3) is unknown color: approx Chinook. HEX triplet: 96, D7 and A3. RGB value is (150,215,163). Sum of RGB (Red+Green+Blue) = 150+215+163=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D7A3 is #69285C. Grayscale: #BDBDBD. Windows color (decimal): -6891613 or 10737558. OLE color: 10737558.

HSL color Cylindrical-coordinate representation of color #96D7A3: hue angle of 132º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7A3 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB150215163-
CMYK0.3000.240.16
HSL132º44.83%71.57%-
HSV(B)132º30.23%84.31%-
XYZ43.4957.7343.5-
YUV189.64112.9799.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=28.41%
G=40.72%
B=30.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151630.3000.240.1613244.8371.57
Hex96D7A31E01810842d48
Octal226327243360302020455110
Binary1001011011010111101000111111001100010000100001001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,163); }

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

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

 a { background-color: rgb(150,215,163); }

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

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

 span { border-color: rgb(150,215,163); }

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