#96D8A4

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

Shades of Chinook #96D8A4

Tints of Chinook #96D8A4

Color information

#96D8A4 (or 0x96D8A4) is unknown color: approx Chinook. HEX triplet: 96, D8 and A4. RGB value is (150,216,164). Sum of RGB (Red+Green+Blue) = 150+216+164=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D8A4 is #69275B. Grayscale: #BEBEBE. Windows color (decimal): -6891356 or 10803350. OLE color: 10803350.

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

Color convert

RGB150216164-
CMYK0.3100.240.15
HSL132.73º45.83%71.76%-
HSV(B)132.73º30.56%84.71%-
XYZ43.8358.2844.06-
YUV190.34113.1399.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=28.30%
G=40.75%
B=30.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161640.3100.240.15132.7345.8371.76
Hex96D8A41F018F852e48
Octal226330244370301720556110
Binary100101101101100010100100111110110001111100001011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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