Html Css Color HEX #96B38E Mantle

📋 copy color: '#96B38E'

red 150 ◦ green 179 ◦ blue 142

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

Shades of Mantle #96B38E

Tints of Mantle #96B38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

 BLUE value IS 142 (55.86% from 255) = 30.15%

R = 31.85%
G = 38%
B = 30.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#96B38E (or 0x96B38E) is known color: Mantle. HEX triplet: 96, B3 and 8E. RGB value is (150,179,142). Sum of RGB (Red+Green+Blue) = 150+179+142=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #96B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B38E is #694C71. Grayscale: #A6A6A6. Windows color (decimal): -6900850 or 9352086. OLE color: 9352086.

HSL color Cylindrical-coordinate representation of color #96B38E: hue angle of 107.03º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B38E is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 142 -
CMYK 0.16 0 0.21 0.30
HSL 107.03º 0.2% 0.63% -
HSV(B) 107.03º 0.21% 0.7% -
XYZ 33.58 40.68 31.67 -
YUV 166.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 150 179 142 0.16 0 0.21 0.30 107.03 0.2 0.63
Hex 96 B3 8E 10 0 15 1E 6B 14 3F
Octal 226 263 216 20 0 25 36 153 24 77
Binary 10010110 10110011 10001110 10000 0 10101 11110 1101011 10100 111111

Color Harmonies of #96B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B38E

Black with #96B38E

Text Example


Text Example

White with #96B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,142); }

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

background-color css

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

 a { background-color: rgb(150,179,142); }

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

border-color css

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

 span { border-color: rgb(150,179,142); }

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