Html Css Color HEX #96D0A4 Chinook

📋 copy color: '#96D0A4'

red 150 ◦ green 208 ◦ blue 164

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

Shades of Chinook #96D0A4

Tints of Chinook #96D0A4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 164 (64.45% from 255) = 31.42%

R = 28.74%
G = 39.85%
B = 31.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#96D0A4 (or 0x96D0A4) is known color: Chinook. HEX triplet: 96, D0 and A4. RGB value is (150,208,164). Sum of RGB (Red+Green+Blue) = 150+208+164=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #96D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D0A4 is #692F5B. Grayscale: #B9B9B9. Windows color (decimal): -6893404 or 10801302. OLE color: 10801302.

HSL color Cylindrical-coordinate representation of color #96D0A4: hue angle of 134.48º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D0A4 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 164 -
CMYK 0.28 0 0.21 0.18
HSL 134.48º 0.38% 0.7% -
HSV(B) 134.48º 0.28% 0.82% -
XYZ 41.83 54.28 43.39 -
YUV 185.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 150 208 164 0.28 0 0.21 0.18 134.48 0.38 0.7
Hex 96 D0 A4 1C 0 15 12 86 26 46
Octal 226 320 244 34 0 25 22 206 46 106
Binary 10010110 11010000 10100100 11100 0 10101 10010 10000110 100110 1000110

Color Harmonies of #96D0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D0A4

Black with #96D0A4

Text Example


Text Example

White with #96D0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,164); }

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

background-color css

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

 a { background-color: rgb(150,208,164); }

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

border-color css

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

 span { border-color: rgb(150,208,164); }

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