Html Css Color HEX #96DDA5 Chinook

📋 copy color: '#96DDA5'

red 150 ◦ green 221 ◦ blue 165

#96DDA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #96DDA5

Tints of Chinook #96DDA5

RGB

 RED value IS 150 (58.98% from 255) = 27.99%

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 165 (64.84% from 255) = 30.78%

R = 27.99%
G = 41.23%
B = 30.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#96DDA5 (or 0x96DDA5) is known color: Chinook. HEX triplet: 96, DD and A5. RGB value is (150,221,165). Sum of RGB (Red+Green+Blue) = 150+221+165=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDA5 is #69225A. Grayscale: #C1C1C1. Windows color (decimal): -6890075 or 10870166. OLE color: 10870166.

HSL color Cylindrical-coordinate representation of color #96DDA5: hue angle of 132.68º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDA5 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 165 -
CMYK 0.32 0 0.25 0.13
HSL 132.68º 0.51% 0.73% -
HSV(B) 132.68º 0.32% 0.87% -
XYZ 45.23 60.91 44.97 -
YUV 193.39 111.98 97.05 -
System Red Green Blue C M Y K H S L
Decimal 150 221 165 0.32 0 0.25 0.13 132.68 0.51 0.73
Hex 96 DD A5 20 0 19 D 85 33 49
Octal 226 335 245 40 0 31 15 205 63 111
Binary 10010110 11011101 10100101 100000 0 11001 1101 10000101 110011 1001001

Color Harmonies of #96DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDA5

Black with #96DDA5

Text Example


Text Example

White with #96DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,165); }

 H1.HeaderClassName
 {
   color: #96DDA5;
 }
 .AnyTagClassName
 {
   color: #96DDA5;
 }
</style>

background-color css

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

 a { background-color: rgb(150,221,165); }

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

border-color css

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

 span { border-color: rgb(150,221,165); }

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