Html Css Color HEX #96D79C Chinook

📋 copy color: '#96D79C'

red 150 ◦ green 215 ◦ blue 156

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

Shades of Chinook #96D79C

Tints of Chinook #96D79C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.94%

R = 28.79%
G = 41.27%
B = 29.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#96D79C (or 0x96D79C) is known color: Chinook. HEX triplet: 96, D7 and 9C. RGB value is (150,215,156). Sum of RGB (Red+Green+Blue) = 150+215+156=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #96D79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D79C is #692863. Grayscale: #BDBDBD. Windows color (decimal): -6891620 or 10278806. OLE color: 10278806.

HSL color Cylindrical-coordinate representation of color #96D79C: hue angle of 125.54º 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 #96D79C is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 156 -
CMYK 0.30 0 0.27 0.16
HSL 125.54º 0.45% 0.72% -
HSV(B) 125.54º 0.3% 0.84% -
XYZ 42.88 57.49 40.29 -
YUV 188.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 150 215 156 0.30 0 0.27 0.16 125.54 0.45 0.72
Hex 96 D7 9C 1E 0 1B 10 7E 2D 48
Octal 226 327 234 36 0 33 20 176 55 110
Binary 10010110 11010111 10011100 11110 0 11011 10000 1111110 101101 1001000

Color Harmonies of #96D79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D79C

Black with #96D79C

Text Example


Text Example

White with #96D79C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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