Html Css Color HEX #96D9A8 Chinook

📋 copy color: '#96D9A8'

red 150 ◦ green 217 ◦ blue 168

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

Shades of Chinook #96D9A8

Tints of Chinook #96D9A8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 28.04%
G = 40.56%
B = 31.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#96D9A8 (or 0x96D9A8) is known color: Chinook. HEX triplet: 96, D9 and A8. RGB value is (150,217,168). Sum of RGB (Red+Green+Blue) = 150+217+168=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9A8 is #692657. Grayscale: #BFBFBF. Windows color (decimal): -6891096 or 11065750. OLE color: 11065750.

HSL color Cylindrical-coordinate representation of color #96D9A8: hue angle of 136.12º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D9A8 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 168 -
CMYK 0.31 0 0.23 0.15
HSL 136.12º 0.47% 0.72% -
HSV(B) 136.12º 0.31% 0.85% -
XYZ 44.46 58.94 46.08 -
YUV 191.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 150 217 168 0.31 0 0.23 0.15 136.12 0.47 0.72
Hex 96 D9 A8 1F 0 17 F 88 2F 48
Octal 226 331 250 37 0 27 17 210 57 110
Binary 10010110 11011001 10101000 11111 0 10111 1111 10001000 101111 1001000

Color Harmonies of #96D9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9A8

Black with #96D9A8

Text Example


Text Example

White with #96D9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,168); }

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

background-color css

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

 a { background-color: rgb(150,217,168); }

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

border-color css

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

 span { border-color: rgb(150,217,168); }

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