Html Css Color HEX #96D0A0 Chinook

📋 copy color: '#96D0A0'

red 150 ◦ green 208 ◦ blue 160

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

Shades of Chinook #96D0A0

Tints of Chinook #96D0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

 BLUE value IS 160 (62.89% from 255) = 30.89%

R = 28.96%
G = 40.15%
B = 30.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#96D0A0 (or 0x96D0A0) is known color: Chinook. HEX triplet: 96, D0 and A0. RGB value is (150,208,160). Sum of RGB (Red+Green+Blue) = 150+208+160=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #96D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D0A0 is #692F5F. Grayscale: #B9B9B9. Windows color (decimal): -6893408 or 10539158. OLE color: 10539158.

HSL color Cylindrical-coordinate representation of color #96D0A0: hue angle of 130.34º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D0A0 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 160 -
CMYK 0.28 0 0.23 0.18
HSL 130.34º 0.38% 0.7% -
HSV(B) 130.34º 0.28% 0.82% -
XYZ 41.48 54.13 41.52 -
YUV 185.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 150 208 160 0.28 0 0.23 0.18 130.34 0.38 0.7
Hex 96 D0 A0 1C 0 17 12 82 26 46
Octal 226 320 240 34 0 27 22 202 46 106
Binary 10010110 11010000 10100000 11100 0 10111 10010 10000010 100110 1000110

Color Harmonies of #96D0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D0A0

Black with #96D0A0

Text Example


Text Example

White with #96D0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,160); }

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

background-color css

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

 a { background-color: rgb(150,208,160); }

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

border-color css

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

 span { border-color: rgb(150,208,160); }

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