#96C89E

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

Shades of Chinook #96C89E

Tints of Chinook #96C89E

Color information

#96C89E (or 0x96C89E) is unknown color: approx Chinook. HEX triplet: 96, C8 and 9E. RGB value is (150,200,158). Sum of RGB (Red+Green+Blue) = 150+200+158=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89E is #693761. Grayscale: #B4B4B4. Windows color (decimal): -6895458 or 10406038. OLE color: 10406038.

HSL color Cylindrical-coordinate representation of color #96C89E: hue angle of 129.6º 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 #96C89E is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB150200158-
CMYK0.2500.210.22
HSL129.6º31.25%68.63%-
HSV(B)129.6º25%78.43%-
XYZ39.450.2639.97-
YUV180.26115.44106.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=29.53%
G=39.37%
B=31.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001580.2500.210.22129.631.2568.63
Hex96C89E1901516821f45
Octal226310236310252620237105
Binary100101101100100010011110110010101011011010000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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