Html Css Color HEX #96D7A2 Chinook

📋 copy color: '#96D7A2'

red 150 ◦ green 215 ◦ blue 162

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

Shades of Chinook #96D7A2

Tints of Chinook #96D7A2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

 BLUE value IS 162 (63.67% from 255) = 30.74%

R = 28.46%
G = 40.8%
B = 30.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#96D7A2 (or 0x96D7A2) is known color: Chinook. HEX triplet: 96, D7 and A2. RGB value is (150,215,162). Sum of RGB (Red+Green+Blue) = 150+215+162=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D7A2 is #69285D. Grayscale: #BDBDBD. Windows color (decimal): -6891614 or 10672022. OLE color: 10672022.

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

Color convert

RGB 150 215 162 -
CMYK 0.30 0 0.25 0.16
HSL 131.08º 0.45% 0.72% -
HSV(B) 131.08º 0.3% 0.84% -
XYZ 43.4 57.69 43.03 -
YUV 189.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 150 215 162 0.30 0 0.25 0.16 131.08 0.45 0.72
Hex 96 D7 A2 1E 0 19 10 83 2D 48
Octal 226 327 242 36 0 31 20 203 55 110
Binary 10010110 11010111 10100010 11110 0 11001 10000 10000011 101101 1001000

Color Harmonies of #96D7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7A2

Black with #96D7A2

Text Example


Text Example

White with #96D7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,162); }

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

background-color css

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

 a { background-color: rgb(150,215,162); }

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

border-color css

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

 span { border-color: rgb(150,215,162); }

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