#96D69A

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

Shades of Chinook #96D69A

Tints of Chinook #96D69A

Color information

#96D69A (or 0x96D69A) is unknown color: approx Chinook. HEX triplet: 96, D6 and 9A. RGB value is (150,214,154). Sum of RGB (Red+Green+Blue) = 150+214+154=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #96D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D69A is #692965. Grayscale: #BCBCBC. Windows color (decimal): -6891878 or 10147478. OLE color: 10147478.

HSL color Cylindrical-coordinate representation of color #96D69A: hue angle of 123.75º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D69A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB150214154-
CMYK0.3000.280.16
HSL123.75º43.84%71.37%-
HSV(B)123.75º29.91%83.92%-
XYZ42.4656.9139.32-
YUV188.02108.8100.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=28.96%
G=41.31%
B=29.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502141540.3000.280.16123.7543.8471.37
Hex96D69A1E01C107c2c47
Octal226326232360342017454107
Binary100101101101011010011010111100111001000011111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,154); }

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

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

 a { background-color: rgb(150,214,154); }

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

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

 span { border-color: rgb(150,214,154); }

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