Html Css Color HEX #96D59B Chinook

📋 copy color: '#96D59B'

red 150 ◦ green 213 ◦ blue 155

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

Shades of Chinook #96D59B

Tints of Chinook #96D59B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

 BLUE value IS 155 (60.94% from 255) = 29.92%

R = 28.96%
G = 41.12%
B = 29.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#96D59B (or 0x96D59B) is known color: Chinook. HEX triplet: 96, D5 and 9B. RGB value is (150,213,155). Sum of RGB (Red+Green+Blue) = 150+213+155=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #96D59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D59B is #692A64. Grayscale: #BBBBBB. Windows color (decimal): -6892133 or 10212758. OLE color: 10212758.

HSL color Cylindrical-coordinate representation of color #96D59B: hue angle of 124.76º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D59B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 213 155 -
CMYK 0.30 0 0.27 0.16
HSL 124.76º 0.43% 0.71% -
HSV(B) 124.76º 0.3% 0.84% -
XYZ 42.29 56.44 39.68 -
YUV 187.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 150 213 155 0.30 0 0.27 0.16 124.76 0.43 0.71
Hex 96 D5 9B 1E 0 1B 10 7D 2B 47
Octal 226 325 233 36 0 33 20 175 53 107
Binary 10010110 11010101 10011011 11110 0 11011 10000 1111101 101011 1000111

Color Harmonies of #96D59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D59B

Black with #96D59B

Text Example


Text Example

White with #96D59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,155); }

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

background-color css

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

 a { background-color: rgb(150,213,155); }

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

border-color css

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

 span { border-color: rgb(150,213,155); }

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