Html Css Color HEX #96AC8D Mantle

📋 copy color: '#96AC8D'

red 150 ◦ green 172 ◦ blue 141

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

Shades of Mantle #96AC8D

Tints of Mantle #96AC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 32.4%
G = 37.15%
B = 30.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#96AC8D (or 0x96AC8D) is known color: Mantle. HEX triplet: 96, AC and 8D. RGB value is (150,172,141). Sum of RGB (Red+Green+Blue) = 150+172+141=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC8D is #695372. Grayscale: #A1A1A1. Windows color (decimal): -6902643 or 9284758. OLE color: 9284758.

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

Color convert

RGB 150 172 141 -
CMYK 0.13 0 0.18 0.33
HSL 102.58º 0.16% 0.61% -
HSV(B) 102.58º 0.18% 0.67% -
XYZ 32.14 37.91 30.82 -
YUV 161.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 150 172 141 0.13 0 0.18 0.33 102.58 0.16 0.61
Hex 96 AC 8D D 0 12 21 67 10 3D
Octal 226 254 215 15 0 22 41 147 20 75
Binary 10010110 10101100 10001101 1101 0 10010 100001 1100111 10000 111101

Color Harmonies of #96AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC8D

Black with #96AC8D

Text Example


Text Example

White with #96AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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