Html Css Color HEX #96AC90 Mantle

📋 copy color: '#96AC90'

red 150 ◦ green 172 ◦ blue 144

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

Shades of Mantle #96AC90

Tints of Mantle #96AC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 32.19%
G = 36.91%
B = 30.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#96AC90 (or 0x96AC90) is known color: Mantle. HEX triplet: 96, AC and 90. RGB value is (150,172,144). Sum of RGB (Red+Green+Blue) = 150+172+144=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC90 is #69536F. Grayscale: #A2A2A2. Windows color (decimal): -6902640 or 9481366. OLE color: 9481366.

HSL color Cylindrical-coordinate representation of color #96AC90: hue angle of 107.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96AC90 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 172 144 -
CMYK 0.13 0 0.16 0.33
HSL 107.14º 0.14% 0.62% -
HSV(B) 107.14º 0.16% 0.67% -
XYZ 32.36 38 32.02 -
YUV 162.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 150 172 144 0.13 0 0.16 0.33 107.14 0.14 0.62
Hex 96 AC 90 D 0 10 21 6B E 3E
Octal 226 254 220 15 0 20 41 153 16 76
Binary 10010110 10101100 10010000 1101 0 10000 100001 1101011 1110 111110

Color Harmonies of #96AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC90

Black with #96AC90

Text Example


Text Example

White with #96AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,144); }

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

background-color css

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

 a { background-color: rgb(150,172,144); }

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

border-color css

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

 span { border-color: rgb(150,172,144); }

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