#96CB9E

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

Shades of Chinook #96CB9E

Tints of Chinook #96CB9E

Color information

#96CB9E (or 0x96CB9E) is unknown color: approx Chinook. HEX triplet: 96, CB and 9E. RGB value is (150,203,158). Sum of RGB (Red+Green+Blue) = 150+203+158=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB9E is #693461. Grayscale: #B6B6B6. Windows color (decimal): -6894690 or 10406806. OLE color: 10406806.

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

Color convert

RGB150203158-
CMYK0.2600.220.20
HSL129.06º33.76%69.22%-
HSV(B)129.06º26.11%79.61%-
XYZ40.1151.6640.21-
YUV182.02114.44105.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=29.35%
G=39.73%
B=30.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031580.2600.220.20129.0633.7669.22
Hex96CB9E1A01614812245
Octal226313236320262420142105
Binary1001011011001011100111101101001011010100100000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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