Html Css Color HEX #96CE9C Chinook

📋 copy color: '#96CE9C'

red 150 ◦ green 206 ◦ blue 156

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

Shades of Chinook #96CE9C

Tints of Chinook #96CE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.47%

R = 29.3%
G = 40.23%
B = 30.47%

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

#96CE9C (or 0x96CE9C) is known color: Chinook. HEX triplet: 96, CE and 9C. RGB value is (150,206,156). Sum of RGB (Red+Green+Blue) = 150+206+156=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE9C is #693163. Grayscale: #B7B7B7. Windows color (decimal): -6893924 or 10276502. OLE color: 10276502.

HSL color Cylindrical-coordinate representation of color #96CE9C: hue angle of 126.43º 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 #96CE9C is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 156 -
CMYK 0.27 0 0.24 0.19
HSL 126.43º 0.36% 0.7% -
HSV(B) 126.43º 0.27% 0.81% -
XYZ 40.65 53.03 39.55 -
YUV 183.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 150 206 156 0.27 0 0.24 0.19 126.43 0.36 0.7
Hex 96 CE 9C 1B 0 18 13 7E 24 46
Octal 226 316 234 33 0 30 23 176 44 106
Binary 10010110 11001110 10011100 11011 0 11000 10011 1111110 100100 1000110

Color Harmonies of #96CE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE9C

Black with #96CE9C

Text Example


Text Example

White with #96CE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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