Html Css Color HEX #96D29D Chinook

📋 copy color: '#96D29D'

red 150 ◦ green 210 ◦ blue 157

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

Shades of Chinook #96D29D

Tints of Chinook #96D29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 29.01%
G = 40.62%
B = 30.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#96D29D (or 0x96D29D) is known color: Chinook. HEX triplet: 96, D2 and 9D. RGB value is (150,210,157). Sum of RGB (Red+Green+Blue) = 150+210+157=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #96D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D29D is #692D62. Grayscale: #BABABA. Windows color (decimal): -6892899 or 10343062. OLE color: 10343062.

HSL color Cylindrical-coordinate representation of color #96D29D: hue angle of 127º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D29D is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 210 157 -
CMYK 0.29 0 0.25 0.18
HSL 127º 0.4% 0.71% -
HSV(B) 127º 0.29% 0.82% -
XYZ 41.71 55.01 40.32 -
YUV 186.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 150 210 157 0.29 0 0.25 0.18 127 0.4 0.71
Hex 96 D2 9D 1D 0 19 12 7F 28 47
Octal 226 322 235 35 0 31 22 177 50 107
Binary 10010110 11010010 10011101 11101 0 11001 10010 1111111 101000 1000111

Color Harmonies of #96D29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D29D

Black with #96D29D

Text Example


Text Example

White with #96D29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,210,157); }

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

background-color css

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

 a { background-color: rgb(150,210,157); }

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

border-color css

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

 span { border-color: rgb(150,210,157); }

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