Html Css Color HEX #96C8A0 Chinook

📋 copy color: '#96C8A0'

red 150 ◦ green 200 ◦ blue 160

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

Shades of Chinook #96C8A0

Tints of Chinook #96C8A0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.22%

 BLUE value IS 160 (62.89% from 255) = 31.37%

R = 29.41%
G = 39.22%
B = 31.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#96C8A0 (or 0x96C8A0) is known color: Chinook. HEX triplet: 96, C8 and A0. RGB value is (150,200,160). Sum of RGB (Red+Green+Blue) = 150+200+160=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C8A0 is #69375F. Grayscale: #B4B4B4. Windows color (decimal): -6895456 or 10537110. OLE color: 10537110.

HSL color Cylindrical-coordinate representation of color #96C8A0: hue angle of 132º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C8A0 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 160 -
CMYK 0.25 0 0.2 0.22
HSL 132º 0.31% 0.69% -
HSV(B) 132º 0.25% 0.78% -
XYZ 39.58 50.33 40.89 -
YUV 180.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 150 200 160 0.25 0 0.2 0.22 132 0.31 0.69
Hex 96 C8 A0 19 0 14 16 84 1F 45
Octal 226 310 240 31 0 24 26 204 37 105
Binary 10010110 11001000 10100000 11001 0 10100 10110 10000100 11111 1000101

Color Harmonies of #96C8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C8A0

Black with #96C8A0

Text Example


Text Example

White with #96C8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,160); }

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

background-color css

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

 a { background-color: rgb(150,200,160); }

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

border-color css

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

 span { border-color: rgb(150,200,160); }

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