Html Css Color HEX #96C8A7 Chinook

📋 copy color: '#96C8A7'

red 150 ◦ green 200 ◦ blue 167

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

Shades of Chinook #96C8A7

Tints of Chinook #96C8A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.3%

R = 29.01%
G = 38.68%
B = 32.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#96C8A7 (or 0x96C8A7) is known color: Chinook. HEX triplet: 96, C8 and A7. RGB value is (150,200,167). Sum of RGB (Red+Green+Blue) = 150+200+167=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C8A7 is #693758. Grayscale: #B5B5B5. Windows color (decimal): -6895449 or 10995862. OLE color: 10995862.

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

Color convert

RGB 150 200 167 -
CMYK 0.25 0 0.16 0.22
HSL 140.4º 0.31% 0.69% -
HSV(B) 140.4º 0.25% 0.78% -
XYZ 40.21 50.58 44.2 -
YUV 181.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 150 200 167 0.25 0 0.16 0.22 140.4 0.31 0.69
Hex 96 C8 A7 19 0 10 16 8C 1F 45
Octal 226 310 247 31 0 20 26 214 37 105
Binary 10010110 11001000 10100111 11001 0 10000 10110 10001100 11111 1000101

Color Harmonies of #96C8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C8A7

Black with #96C8A7

Text Example


Text Example

White with #96C8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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