#96D499

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

Shades of Chinook #96D499

Tints of Chinook #96D499

Color information

#96D499 (or 0x96D499) is unknown color: approx Chinook. HEX triplet: 96, D4 and 99. RGB value is (150,212,153). Sum of RGB (Red+Green+Blue) = 150+212+153=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #96D499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D499 is #692B66. Grayscale: #BABABA. Windows color (decimal): -6892391 or 10081430. OLE color: 10081430.

HSL color Cylindrical-coordinate representation of color #96D499: hue angle of 122.9º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D499 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB150212153-
CMYK0.2900.280.17
HSL122.9º41.89%70.98%-
HSV(B)122.9º29.25%83.14%-
XYZ41.8755.8738.71-
YUV186.74108.96101.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 153 (60.16% from 255) = 29.71%
R=29.13%
G=41.17%
B=29.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502121530.2900.280.17122.941.8970.98
Hex96D4991D01C117b2a47
Octal226324231350342117352107
Binary100101101101010010011001111010111001000111110111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,153); }

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

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

 a { background-color: rgb(150,212,153); }

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

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

 span { border-color: rgb(150,212,153); }

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