Html Css Color HEX #96B488 Mantle

📋 copy color: '#96B488'

red 150 ◦ green 180 ◦ blue 136

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

Shades of Mantle #96B488

Tints of Mantle #96B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

 BLUE value IS 136 (53.52% from 255) = 29.18%

R = 32.19%
G = 38.63%
B = 29.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#96B488 (or 0x96B488) is known color: Mantle. HEX triplet: 96, B4 and 88. RGB value is (150,180,136). Sum of RGB (Red+Green+Blue) = 150+180+136=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #96B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B488 is #694B77. Grayscale: #A6A6A6. Windows color (decimal): -6900600 or 8959126. OLE color: 8959126.

HSL color Cylindrical-coordinate representation of color #96B488: hue angle of 100.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96B488 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 136 -
CMYK 0.17 0 0.24 0.29
HSL 100.91º 0.23% 0.62% -
HSV(B) 100.91º 0.24% 0.71% -
XYZ 33.34 40.9 29.43 -
YUV 166.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 150 180 136 0.17 0 0.24 0.29 100.91 0.23 0.62
Hex 96 B4 88 11 0 18 1D 65 17 3E
Octal 226 264 210 21 0 30 35 145 27 76
Binary 10010110 10110100 10001000 10001 0 11000 11101 1100101 10111 111110

Color Harmonies of #96B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B488

Black with #96B488

Text Example


Text Example

White with #96B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,136); }

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

background-color css

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

 a { background-color: rgb(150,180,136); }

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

border-color css

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

 span { border-color: rgb(150,180,136); }

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