#96C89F

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

Shades of Chinook #96C89F

Tints of Chinook #96C89F

Color information

#96C89F (or 0x96C89F) is unknown color: approx Chinook. HEX triplet: 96, C8 and 9F. RGB value is (150,200,159). Sum of RGB (Red+Green+Blue) = 150+200+159=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89F is #693760. Grayscale: #B4B4B4. Windows color (decimal): -6895457 or 10471574. OLE color: 10471574.

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

Color convert

RGB150200159-
CMYK0.2500.200.22
HSL130.8º31.25%68.63%-
HSV(B)130.8º25%78.43%-
XYZ39.4950.340.43-
YUV180.38115.94106.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=29.47%
G=39.29%
B=31.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001590.2500.200.22130.831.2568.63
Hex96C89F1901416831f45
Octal226310237310242620337105
Binary100101101100100010011111110010101001011010000011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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