Html Css Color HEX #96C49F Chinook

📋 copy color: '#96C49F'

red 150 ◦ green 196 ◦ blue 159

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

Shades of Chinook #96C49F

Tints of Chinook #96C49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 29.7%
G = 38.81%
B = 31.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#96C49F (or 0x96C49F) is known color: Chinook. HEX triplet: 96, C4 and 9F. RGB value is (150,196,159). Sum of RGB (Red+Green+Blue) = 150+196+159=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #96C49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C49F is #693B60. Grayscale: #B2B2B2. Windows color (decimal): -6896481 or 10470550. OLE color: 10470550.

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

Color convert

RGB 150 196 159 -
CMYK 0.23 0 0.19 0.23
HSL 131.74º 0.28% 0.68% -
HSV(B) 131.74º 0.23% 0.77% -
XYZ 38.58 48.47 40.12 -
YUV 178.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 150 196 159 0.23 0 0.19 0.23 131.74 0.28 0.68
Hex 96 C4 9F 17 0 13 17 84 1C 44
Octal 226 304 237 27 0 23 27 204 34 104
Binary 10010110 11000100 10011111 10111 0 10011 10111 10000100 11100 1000100

Color Harmonies of #96C49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C49F

Black with #96C49F

Text Example


Text Example

White with #96C49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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