Html Css Color HEX #96D7A6 Chinook

📋 copy color: '#96D7A6'

red 150 ◦ green 215 ◦ blue 166

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

Shades of Chinook #96D7A6

Tints of Chinook #96D7A6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.49%

 BLUE value IS 166 (65.23% from 255) = 31.26%

R = 28.25%
G = 40.49%
B = 31.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#96D7A6 (or 0x96D7A6) is known color: Chinook. HEX triplet: 96, D7 and A6. RGB value is (150,215,166). Sum of RGB (Red+Green+Blue) = 150+215+166=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D7A6 is #692859. Grayscale: #BEBEBE. Windows color (decimal): -6891610 or 10934166. OLE color: 10934166.

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

Color convert

RGB 150 215 166 -
CMYK 0.30 0 0.23 0.16
HSL 134.77º 0.45% 0.72% -
HSV(B) 134.77º 0.3% 0.84% -
XYZ 43.76 57.84 44.93 -
YUV 189.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 150 215 166 0.30 0 0.23 0.16 134.77 0.45 0.72
Hex 96 D7 A6 1E 0 17 10 87 2D 48
Octal 226 327 246 36 0 27 20 207 55 110
Binary 10010110 11010111 10100110 11110 0 10111 10000 10000111 101101 1001000

Color Harmonies of #96D7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7A6

Black with #96D7A6

Text Example


Text Example

White with #96D7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,166); }

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

background-color css

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

 a { background-color: rgb(150,215,166); }

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

border-color css

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

 span { border-color: rgb(150,215,166); }

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