Html Css Color HEX #96DB9D Chinook

📋 copy color: '#96DB9D'

red 150 ◦ green 219 ◦ blue 157

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

Shades of Chinook #96DB9D

Tints of Chinook #96DB9D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 28.52%
G = 41.63%
B = 29.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#96DB9D (or 0x96DB9D) is known color: Chinook. HEX triplet: 96, DB and 9D. RGB value is (150,219,157). Sum of RGB (Red+Green+Blue) = 150+219+157=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB9D is #692462. Grayscale: #BFBFBF. Windows color (decimal): -6890595 or 10345366. OLE color: 10345366.

HSL color Cylindrical-coordinate representation of color #96DB9D: hue angle of 126.09º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DB9D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 157 -
CMYK 0.32 0 0.28 0.14
HSL 126.09º 0.49% 0.72% -
HSV(B) 126.09º 0.32% 0.86% -
XYZ 44 59.58 41.08 -
YUV 191.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 150 219 157 0.32 0 0.28 0.14 126.09 0.49 0.72
Hex 96 DB 9D 20 0 1C E 7E 31 48
Octal 226 333 235 40 0 34 16 176 61 110
Binary 10010110 11011011 10011101 100000 0 11100 1110 1111110 110001 1001000

Color Harmonies of #96DB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB9D

Black with #96DB9D

Text Example


Text Example

White with #96DB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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