#96C8A0

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

Shades of Chinook #96C8A0

Tints of Chinook #96C8A0

Color information

#96C8A0 (or 0x96C8A0) is unknown color: approx Chinook. HEX triplet: 96, C8 and A0. RGB value is (150,200,160). Sum of RGB (Red+Green+Blue) = 150+200+160=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C8A0 is #69375F. Grayscale: #B4B4B4. Windows color (decimal): -6895456 or 10537110. OLE color: 10537110.

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

Color convert

RGB150200160-
CMYK0.2500.20.22
HSL132º31.25%68.63%-
HSV(B)132º25%78.43%-
XYZ39.5850.3340.89-
YUV180.49116.44106.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=29.41%
G=39.22%
B=31.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001600.2500.20.2213231.2568.63
Hex96C8A01901416841f45
Octal226310240310242620437105
Binary100101101100100010100000110010101001011010000100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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