Html Css Color HEX #96C49D Chinook

📋 copy color: '#96C49D'

red 150 ◦ green 196 ◦ blue 157

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

Shades of Chinook #96C49D

Tints of Chinook #96C49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 29.82%
G = 38.97%
B = 31.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#96C49D (or 0x96C49D) is known color: Chinook. HEX triplet: 96, C4 and 9D. RGB value is (150,196,157). Sum of RGB (Red+Green+Blue) = 150+196+157=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #96C49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C49D is #693B62. Grayscale: #B1B1B1. Windows color (decimal): -6896483 or 10339478. OLE color: 10339478.

HSL color Cylindrical-coordinate representation of color #96C49D: hue angle of 129.13º 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 #96C49D is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 157 -
CMYK 0.23 0 0.20 0.23
HSL 129.13º 0.28% 0.68% -
HSV(B) 129.13º 0.23% 0.77% -
XYZ 38.4 48.4 39.22 -
YUV 177.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 150 196 157 0.23 0 0.20 0.23 129.13 0.28 0.68
Hex 96 C4 9D 17 0 14 17 81 1C 44
Octal 226 304 235 27 0 24 27 201 34 104
Binary 10010110 11000100 10011101 10111 0 10100 10111 10000001 11100 1000100

Color Harmonies of #96C49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C49D

Black with #96C49D

Text Example


Text Example

White with #96C49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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