Html Css Color HEX #96D4A5 Chinook

📋 copy color: '#96D4A5'

red 150 ◦ green 212 ◦ blue 165

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

Shades of Chinook #96D4A5

Tints of Chinook #96D4A5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.23%

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

R = 28.46%
G = 40.23%
B = 31.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#96D4A5 (or 0x96D4A5) is known color: Chinook. HEX triplet: 96, D4 and A5. RGB value is (150,212,165). Sum of RGB (Red+Green+Blue) = 150+212+165=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #96D4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D4A5 is #692B5A. Grayscale: #BCBCBC. Windows color (decimal): -6892379 or 10867862. OLE color: 10867862.

HSL color Cylindrical-coordinate representation of color #96D4A5: hue angle of 134.52º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D4A5 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 212 165 -
CMYK 0.29 0 0.22 0.17
HSL 134.52º 0.42% 0.71% -
HSV(B) 134.52º 0.29% 0.83% -
XYZ 42.91 56.29 44.2 -
YUV 188.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 150 212 165 0.29 0 0.22 0.17 134.52 0.42 0.71
Hex 96 D4 A5 1D 0 16 11 87 2A 47
Octal 226 324 245 35 0 26 21 207 52 107
Binary 10010110 11010100 10100101 11101 0 10110 10001 10000111 101010 1000111

Color Harmonies of #96D4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D4A5

Black with #96D4A5

Text Example


Text Example

White with #96D4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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