Html Css Color HEX #96CAA2 Chinook

📋 copy color: '#96CAA2'

red 150 ◦ green 202 ◦ blue 162

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

Shades of Chinook #96CAA2

Tints of Chinook #96CAA2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 162 (63.67% from 255) = 31.52%

R = 29.18%
G = 39.3%
B = 31.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#96CAA2 (or 0x96CAA2) is known color: Chinook. HEX triplet: 96, CA and A2. RGB value is (150,202,162). Sum of RGB (Red+Green+Blue) = 150+202+162=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CAA2 is #69355D. Grayscale: #B6B6B6. Windows color (decimal): -6894942 or 10668694. OLE color: 10668694.

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

Color convert

RGB 150 202 162 -
CMYK 0.26 0 0.20 0.21
HSL 133.85º 0.33% 0.69% -
HSV(B) 133.85º 0.26% 0.79% -
XYZ 40.22 51.33 41.97 -
YUV 181.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 150 202 162 0.26 0 0.20 0.21 133.85 0.33 0.69
Hex 96 CA A2 1A 0 14 15 86 21 45
Octal 226 312 242 32 0 24 25 206 41 105
Binary 10010110 11001010 10100010 11010 0 10100 10101 10000110 100001 1000101

Color Harmonies of #96CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAA2

Black with #96CAA2

Text Example


Text Example

White with #96CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,162); }

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

background-color css

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

 a { background-color: rgb(150,202,162); }

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

border-color css

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

 span { border-color: rgb(150,202,162); }

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