Html Css Color HEX #96C5A5 Chinook

📋 copy color: '#96C5A5'

red 150 ◦ green 197 ◦ blue 165

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

Shades of Chinook #96C5A5

Tints of Chinook #96C5A5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 165 (64.84% from 255) = 32.23%

R = 29.3%
G = 38.48%
B = 32.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#96C5A5 (or 0x96C5A5) is known color: Chinook. HEX triplet: 96, C5 and A5. RGB value is (150,197,165). Sum of RGB (Red+Green+Blue) = 150+197+165=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C5A5 is #693A5A. Grayscale: #B3B3B3. Windows color (decimal): -6896219 or 10864022. OLE color: 10864022.

HSL color Cylindrical-coordinate representation of color #96C5A5: hue angle of 139.15º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5A5 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 197 165 -
CMYK 0.24 0 0.16 0.23
HSL 139.15º 0.29% 0.68% -
HSV(B) 139.15º 0.24% 0.77% -
XYZ 39.34 49.13 43.01 -
YUV 179.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 150 197 165 0.24 0 0.16 0.23 139.15 0.29 0.68
Hex 96 C5 A5 18 0 10 17 8B 1D 44
Octal 226 305 245 30 0 20 27 213 35 104
Binary 10010110 11000101 10100101 11000 0 10000 10111 10001011 11101 1000100

Color Harmonies of #96C5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C5A5

Black with #96C5A5

Text Example


Text Example

White with #96C5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,197,165); }

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

background-color css

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

 a { background-color: rgb(150,197,165); }

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

border-color css

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

 span { border-color: rgb(150,197,165); }

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