Html Css Color HEX #96C4A1 Chinook

📋 copy color: '#96C4A1'

red 150 ◦ green 196 ◦ blue 161

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

Shades of Chinook #96C4A1

Tints of Chinook #96C4A1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 161 (63.28% from 255) = 31.76%

R = 29.59%
G = 38.66%
B = 31.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#96C4A1 (or 0x96C4A1) is known color: Chinook. HEX triplet: 96, C4 and A1. RGB value is (150,196,161). Sum of RGB (Red+Green+Blue) = 150+196+161=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #96C4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C4A1 is #693B5E. Grayscale: #B2B2B2. Windows color (decimal): -6896479 or 10601622. OLE color: 10601622.

HSL color Cylindrical-coordinate representation of color #96C4A1: hue angle of 134.35º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C4A1 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 161 -
CMYK 0.23 0 0.18 0.23
HSL 134.35º 0.28% 0.68% -
HSV(B) 134.35º 0.23% 0.77% -
XYZ 38.75 48.54 41.04 -
YUV 178.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 150 196 161 0.23 0 0.18 0.23 134.35 0.28 0.68
Hex 96 C4 A1 17 0 12 17 86 1C 44
Octal 226 304 241 27 0 22 27 206 34 104
Binary 10010110 11000100 10100001 10111 0 10010 10111 10000110 11100 1000100

Color Harmonies of #96C4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C4A1

Black with #96C4A1

Text Example


Text Example

White with #96C4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,161); }

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

background-color css

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

 a { background-color: rgb(150,196,161); }

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

border-color css

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

 span { border-color: rgb(150,196,161); }

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