#96C89C

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

Shades of Chinook #96C89C

Tints of Chinook #96C89C

Color information

#96C89C (or 0x96C89C) is unknown color: approx Chinook. HEX triplet: 96, C8 and 9C. RGB value is (150,200,156). Sum of RGB (Red+Green+Blue) = 150+200+156=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89C is #693763. Grayscale: #B4B4B4. Windows color (decimal): -6895460 or 10274966. OLE color: 10274966.

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

Color convert

RGB150200156-
CMYK0.2500.220.22
HSL127.2º31.25%68.63%-
HSV(B)127.2º25%78.43%-
XYZ39.2350.1939.07-
YUV180.03114.44106.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=29.64%
G=39.53%
B=30.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001560.2500.220.22127.231.2568.63
Hex96C89C19016167f1f45
Octal226310234310262617737105
Binary10010110110010001001110011001010110101101111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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