Html Css Color HEX #96D6A6 Chinook

📋 copy color: '#96D6A6'

red 150 ◦ green 214 ◦ blue 166

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

Shades of Chinook #96D6A6

Tints of Chinook #96D6A6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

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

R = 28.3%
G = 40.38%
B = 31.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#96D6A6 (or 0x96D6A6) is known color: Chinook. HEX triplet: 96, D6 and A6. RGB value is (150,214,166). Sum of RGB (Red+Green+Blue) = 150+214+166=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D6A6 is #692959. Grayscale: #BDBDBD. Windows color (decimal): -6891866 or 10933910. OLE color: 10933910.

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

Color convert

RGB 150 214 166 -
CMYK 0.30 0 0.22 0.16
HSL 135º 0.44% 0.71% -
HSV(B) 135º 0.3% 0.84% -
XYZ 43.51 57.33 44.85 -
YUV 189.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 150 214 166 0.30 0 0.22 0.16 135 0.44 0.71
Hex 96 D6 A6 1E 0 16 10 87 2C 47
Octal 226 326 246 36 0 26 20 207 54 107
Binary 10010110 11010110 10100110 11110 0 10110 10000 10000111 101100 1000111

Color Harmonies of #96D6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D6A6

Black with #96D6A6

Text Example


Text Example

White with #96D6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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