Html Css Color HEX #96B590 Mantle

📋 copy color: '#96B590'

red 150 ◦ green 181 ◦ blue 144

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

Shades of Mantle #96B590

Tints of Mantle #96B590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

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

R = 31.58%
G = 38.11%
B = 30.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#96B590 (or 0x96B590) is known color: Mantle. HEX triplet: 96, B5 and 90. RGB value is (150,181,144). Sum of RGB (Red+Green+Blue) = 150+181+144=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #96B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B590 is #694A6F. Grayscale: #A7A7A7. Windows color (decimal): -6900336 or 9483670. OLE color: 9483670.

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

Color convert

RGB 150 181 144 -
CMYK 0.17 0 0.20 0.29
HSL 110.27º 0.2% 0.64% -
HSV(B) 110.27º 0.2% 0.71% -
XYZ 34.14 41.55 32.61 -
YUV 167.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 150 181 144 0.17 0 0.20 0.29 110.27 0.2 0.64
Hex 96 B5 90 11 0 14 1D 6E 14 40
Octal 226 265 220 21 0 24 35 156 24 100
Binary 10010110 10110101 10010000 10001 0 10100 11101 1101110 10100 1000000

Color Harmonies of #96B590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B590

Black with #96B590

Text Example


Text Example

White with #96B590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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