Html Css Color HEX #96CCA1 Chinook

📋 copy color: '#96CCA1'

red 150 ◦ green 204 ◦ blue 161

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

Shades of Chinook #96CCA1

Tints of Chinook #96CCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.61%

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

R = 29.13%
G = 39.61%
B = 31.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#96CCA1 (or 0x96CCA1) is known color: Chinook. HEX triplet: 96, CC and A1. RGB value is (150,204,161). Sum of RGB (Red+Green+Blue) = 150+204+161=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CCA1 is #69335E. Grayscale: #B7B7B7. Windows color (decimal): -6894431 or 10603670. OLE color: 10603670.

HSL color Cylindrical-coordinate representation of color #96CCA1: hue angle of 132.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCA1 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 161 -
CMYK 0.26 0 0.21 0.2
HSL 132.22º 0.35% 0.69% -
HSV(B) 132.22º 0.26% 0.8% -
XYZ 40.6 52.24 41.66 -
YUV 182.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 150 204 161 0.26 0 0.21 0.2 132.22 0.35 0.69
Hex 96 CC A1 1A 0 15 14 84 23 45
Octal 226 314 241 32 0 25 24 204 43 105
Binary 10010110 11001100 10100001 11010 0 10101 10100 10000100 100011 1000101

Color Harmonies of #96CCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCA1

Black with #96CCA1

Text Example


Text Example

White with #96CCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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