#96D29C

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

Shades of Chinook #96D29C

Tints of Chinook #96D29C

Color information

#96D29C (or 0x96D29C) is unknown color: approx Chinook. HEX triplet: 96, D2 and 9C. RGB value is (150,210,156). Sum of RGB (Red+Green+Blue) = 150+210+156=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #96D29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D29C is #692D63. Grayscale: #BABABA. Windows color (decimal): -6892900 or 10277526. OLE color: 10277526.

HSL color Cylindrical-coordinate representation of color #96D29C: hue angle of 126º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D29C is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB150210156-
CMYK0.2900.260.18
HSL126º40%70.59%-
HSV(B)126º28.57%82.35%-
XYZ41.6354.9839.87-
YUV185.9111.12102.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 210 (82.42% from 255) = 40.70%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=29.07%
G=40.70%
B=30.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502101560.2900.260.181264070.59
Hex96D29C1D01A127e2847
Octal226322234350322217650107
Binary100101101101001010011100111010110101001011111101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,210,156); }

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

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

 a { background-color: rgb(150,210,156); }

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

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

 span { border-color: rgb(150,210,156); }

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