#96C59E

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

Shades of Chinook #96C59E

Tints of Chinook #96C59E

Color information

#96C59E (or 0x96C59E) is unknown color: approx Chinook. HEX triplet: 96, C5 and 9E. RGB value is (150,197,158). Sum of RGB (Red+Green+Blue) = 150+197+158=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #96C59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C59E is #693A61. Grayscale: #B2B2B2. Windows color (decimal): -6896226 or 10405270. OLE color: 10405270.

HSL color Cylindrical-coordinate representation of color #96C59E: hue angle of 130.21º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C59E is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB150197158-
CMYK0.2400.200.23
HSL130.21º28.83%68.04%-
HSV(B)130.21º23.86%77.25%-
XYZ38.7248.8939.74-
YUV178.5116.43107.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=29.70%
G=39.01%
B=31.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971580.2400.200.23130.2128.8368.04
Hex96C59E1801417821d44
Octal226305236300242720235104
Binary100101101100010110011110110000101001011110000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,158); }

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

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

 a { background-color: rgb(150,197,158); }

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

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

 span { border-color: rgb(150,197,158); }

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