#96CD9B

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

Shades of Chinook #96CD9B

Tints of Chinook #96CD9B

Color information

#96CD9B (or 0x96CD9B) is unknown color: approx Chinook. HEX triplet: 96, CD and 9B. RGB value is (150,205,155). Sum of RGB (Red+Green+Blue) = 150+205+155=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CD9B is #693264. Grayscale: #B7B7B7. Windows color (decimal): -6894181 or 10210710. OLE color: 10210710.

HSL color Cylindrical-coordinate representation of color #96CD9B: hue angle of 125.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CD9B is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB150205155-
CMYK0.2700.240.20
HSL125.45º35.48%69.61%-
HSV(B)125.45º26.83%80.39%-
XYZ40.3352.5139.02-
YUV182.86112.28104.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=29.41%
G=40.20%
B=30.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051550.2700.240.20125.4535.4869.61
Hex96CD9B1B018147d2346
Octal226315233330302417543106
Binary100101101100110110011011110110110001010011111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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