#96cb9f

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

Shades of Chinook #96CB9F

Tints of Chinook #96CB9F

Color information

#96CB9F (or 0x96CB9F) is unknown color: approx Chinook. HEX triplet: 96, CB and 9F. RGB value is (150,203,159). Sum of RGB (Red+Green+Blue) = 150+203+159=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB9F is #693460. Grayscale: #B6B6B6. Windows color (decimal): -6894689 or 10472342. OLE color: 10472342.

HSL color Cylindrical-coordinate representation of color #96CB9F: hue angle of 130.19º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CB9F is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB150203159-
CMYK0.2600.220.20
HSL130.19º33.76%69.22%-
HSV(B)130.19º26.11%79.61%-
XYZ40.1951.740.66-
YUV182.14114.94105.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=29.30%
G=39.65%
B=31.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031590.2600.220.20130.1933.7669.22
Hex96CB9F1A01614822245
Octal226313237320262420242105
Binary1001011011001011100111111101001011010100100000101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96cb9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,159); }

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

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

 a { background-color: rgb(150,203,159); }

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

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

 span { border-color: rgb(150,203,159); }

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