Html Css Color HEX #96C7A5 Chinook

📋 copy color: '#96C7A5'

red 150 ◦ green 199 ◦ blue 165

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

Shades of Chinook #96C7A5

Tints of Chinook #96C7A5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.72%

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

R = 29.18%
G = 38.72%
B = 32.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#96C7A5 (or 0x96C7A5) is known color: Chinook. HEX triplet: 96, C7 and A5. RGB value is (150,199,165). Sum of RGB (Red+Green+Blue) = 150+199+165=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #96C7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C7A5 is #69385A. Grayscale: #B4B4B4. Windows color (decimal): -6895707 or 10864534. OLE color: 10864534.

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

Color convert

RGB 150 199 165 -
CMYK 0.25 0 0.17 0.22
HSL 138.37º 0.3% 0.68% -
HSV(B) 138.37º 0.25% 0.78% -
XYZ 39.79 50.05 43.16 -
YUV 180.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 150 199 165 0.25 0 0.17 0.22 138.37 0.3 0.68
Hex 96 C7 A5 19 0 11 16 8A 1E 44
Octal 226 307 245 31 0 21 26 212 36 104
Binary 10010110 11000111 10100101 11001 0 10001 10110 10001010 11110 1000100

Color Harmonies of #96C7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C7A5

Black with #96C7A5

Text Example


Text Example

White with #96C7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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