#96D299

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

Shades of Chinook #96D299

Tints of Chinook #96D299

Color information

#96D299 (or 0x96D299) is unknown color: approx Chinook. HEX triplet: 96, D2 and 99. RGB value is (150,210,153). Sum of RGB (Red+Green+Blue) = 150+210+153=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #96D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D299 is #692D66. Grayscale: #B9B9B9. Windows color (decimal): -6892903 or 10080918. OLE color: 10080918.

HSL color Cylindrical-coordinate representation of color #96D299: hue angle of 123º 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 #96D299 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB150210153-
CMYK0.2900.270.18
HSL123º40%70.59%-
HSV(B)123º28.57%82.35%-
XYZ41.3754.8838.55-
YUV185.56109.62102.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=29.24%
G=40.94%
B=29.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502101530.2900.270.181234070.59
Hex96D2991D01B127b2847
Octal226322231350332217350107
Binary100101101101001010011001111010110111001011110111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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