Html Css Color HEX #96D5A6 Chinook

📋 copy color: '#96D5A6'

red 150 ◦ green 213 ◦ blue 166

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

Shades of Chinook #96D5A6

Tints of Chinook #96D5A6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.26%

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

R = 28.36%
G = 40.26%
B = 31.38%

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

#96D5A6 (or 0x96D5A6) is known color: Chinook. HEX triplet: 96, D5 and A6. RGB value is (150,213,166). Sum of RGB (Red+Green+Blue) = 150+213+166=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5A6 is #692A59. Grayscale: #BCBCBC. Windows color (decimal): -6892122 or 10933654. OLE color: 10933654.

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

Color convert

RGB 150 213 166 -
CMYK 0.30 0 0.22 0.16
HSL 135.24º 0.43% 0.71% -
HSV(B) 135.24º 0.3% 0.84% -
XYZ 43.25 56.83 44.77 -
YUV 188.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 150 213 166 0.30 0 0.22 0.16 135.24 0.43 0.71
Hex 96 D5 A6 1E 0 16 10 87 2B 47
Octal 226 325 246 36 0 26 20 207 53 107
Binary 10010110 11010101 10100110 11110 0 10110 10000 10000111 101011 1000111

Color Harmonies of #96D5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D5A6

Black with #96D5A6

Text Example


Text Example

White with #96D5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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