Html Css Color HEX #96D99D Chinook

📋 copy color: '#96D99D'

red 150 ◦ green 217 ◦ blue 157

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

Shades of Chinook #96D99D

Tints of Chinook #96D99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 28.63%
G = 41.41%
B = 29.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#96D99D (or 0x96D99D) is known color: Chinook. HEX triplet: 96, D9 and 9D. RGB value is (150,217,157). Sum of RGB (Red+Green+Blue) = 150+217+157=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #96D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D99D is #692662. Grayscale: #BEBEBE. Windows color (decimal): -6891107 or 10344854. OLE color: 10344854.

HSL color Cylindrical-coordinate representation of color #96D99D: hue angle of 126.27º 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 #96D99D is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 157 -
CMYK 0.31 0 0.28 0.15
HSL 126.27º 0.47% 0.72% -
HSV(B) 126.27º 0.31% 0.85% -
XYZ 43.48 58.54 40.91 -
YUV 190.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 150 217 157 0.31 0 0.28 0.15 126.27 0.47 0.72
Hex 96 D9 9D 1F 0 1C F 7E 2F 48
Octal 226 331 235 37 0 34 17 176 57 110
Binary 10010110 11011001 10011101 11111 0 11100 1111 1111110 101111 1001000

Color Harmonies of #96D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D99D

Black with #96D99D

Text Example


Text Example

White with #96D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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