Html Css Color HEX #96A38F Mantle

📋 copy color: '#96A38F'

red 150 ◦ green 163 ◦ blue 143

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

Shades of Mantle #96A38F

Tints of Mantle #96A38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.75%

 BLUE value IS 143 (56.25% from 255) = 31.36%

R = 32.89%
G = 35.75%
B = 31.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#96A38F (or 0x96A38F) is known color: Mantle. HEX triplet: 96, A3 and 8F. RGB value is (150,163,143). Sum of RGB (Red+Green+Blue) = 150+163+143=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #96A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A38F is #695C70. Grayscale: #9C9C9C. Windows color (decimal): -6904945 or 9413526. OLE color: 9413526.

HSL color Cylindrical-coordinate representation of color #96A38F: hue angle of 99º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96A38F is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 143 -
CMYK 0.08 0 0.12 0.36
HSL 99º 0.1% 0.6% -
HSV(B) 99º 0.12% 0.64% -
XYZ 30.63 34.66 31.06 -
YUV 156.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 150 163 143 0.08 0 0.12 0.36 99 0.1 0.6
Hex 96 A3 8F 8 0 C 24 63 A 3C
Octal 226 243 217 10 0 14 44 143 12 74
Binary 10010110 10100011 10001111 1000 0 1100 100100 1100011 1010 111100

Color Harmonies of #96A38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A38F

Black with #96A38F

Text Example


Text Example

White with #96A38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,163,143); }

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

background-color css

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

 a { background-color: rgb(150,163,143); }

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

border-color css

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

 span { border-color: rgb(150,163,143); }

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