#96CC9B

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

Shades of Chinook #96CC9B

Tints of Chinook #96CC9B

Color information

#96CC9B (or 0x96CC9B) is unknown color: approx Chinook. HEX triplet: 96, CC and 9B. RGB value is (150,204,155). Sum of RGB (Red+Green+Blue) = 150+204+155=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC9B is #693364. Grayscale: #B6B6B6. Windows color (decimal): -6894437 or 10210454. OLE color: 10210454.

HSL color Cylindrical-coordinate representation of color #96CC9B: hue angle of 125.56º degrees, saturation: 0.35, 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 #96CC9B is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB150204155-
CMYK0.2600.240.2
HSL125.56º34.62%69.41%-
HSV(B)125.56º26.47%80%-
XYZ40.0952.0438.94-
YUV182.27112.61104.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=29.47%
G=40.08%
B=30.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041550.2600.240.2125.5634.6269.41
Hex96CC9B1A018147e2345
Octal226314233320302417643105
Binary100101101100110010011011110100110001010011111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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