Html Css Color HEX #96CE9D Chinook

📋 copy color: '#96CE9D'

red 150 ◦ green 206 ◦ blue 157

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

Shades of Chinook #96CE9D

Tints of Chinook #96CE9D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

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

R = 29.24%
G = 40.16%
B = 30.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#96CE9D (or 0x96CE9D) is known color: Chinook. HEX triplet: 96, CE and 9D. RGB value is (150,206,157). Sum of RGB (Red+Green+Blue) = 150+206+157=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE9D is #693162. Grayscale: #B7B7B7. Windows color (decimal): -6893923 or 10342038. OLE color: 10342038.

HSL color Cylindrical-coordinate representation of color #96CE9D: hue angle of 127.5º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CE9D is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 157 -
CMYK 0.27 0 0.24 0.19
HSL 127.5º 0.36% 0.7% -
HSV(B) 127.5º 0.27% 0.81% -
XYZ 40.73 53.06 39.99 -
YUV 183.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 150 206 157 0.27 0 0.24 0.19 127.5 0.36 0.7
Hex 96 CE 9D 1B 0 18 13 80 24 46
Octal 226 316 235 33 0 30 23 200 44 106
Binary 10010110 11001110 10011101 11011 0 11000 10011 10000000 100100 1000110

Color Harmonies of #96CE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE9D

Black with #96CE9D

Text Example


Text Example

White with #96CE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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