#96CE9B

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

Shades of Chinook #96CE9B

Tints of Chinook #96CE9B

Color information

#96CE9B (or 0x96CE9B) is unknown color: approx Chinook. HEX triplet: 96, CE and 9B. RGB value is (150,206,155). Sum of RGB (Red+Green+Blue) = 150+206+155=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE9B is #693164. Grayscale: #B7B7B7. Windows color (decimal): -6893925 or 10210966. OLE color: 10210966.

HSL color Cylindrical-coordinate representation of color #96CE9B: hue angle of 125.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CE9B is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB150206155-
CMYK0.2700.250.19
HSL125.36º36.36%69.8%-
HSV(B)125.36º27.18%80.78%-
XYZ40.5752.9939.1-
YUV183.44111.95104.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=29.35%
G=40.31%
B=30.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061550.2700.250.19125.3636.3669.8
Hex96CE9B1B019137d2446
Octal226316233330312317544106
Binary100101101100111010011011110110110011001111111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,155); }

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

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

 a { background-color: rgb(150,206,155); }

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

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

 span { border-color: rgb(150,206,155); }

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