Html Css Color HEX #96B490 Mantle

📋 copy color: '#96B490'

red 150 ◦ green 180 ◦ blue 144

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

Shades of Mantle #96B490

Tints of Mantle #96B490

RGB

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

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

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

R = 31.65%
G = 37.97%
B = 30.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#96B490 (or 0x96B490) is known color: Mantle. HEX triplet: 96, B4 and 90. RGB value is (150,180,144). Sum of RGB (Red+Green+Blue) = 150+180+144=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #96B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B490 is #694B6F. Grayscale: #A7A7A7. Windows color (decimal): -6900592 or 9483414. OLE color: 9483414.

HSL color Cylindrical-coordinate representation of color #96B490: hue angle of 110º degrees, saturation: 0.19, 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 #96B490 is Cyan = 0.17, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 144 -
CMYK 0.17 0 0.2 0.29
HSL 110º 0.19% 0.64% -
HSV(B) 110º 0.2% 0.71% -
XYZ 33.93 41.14 32.54 -
YUV 166.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 150 180 144 0.17 0 0.2 0.29 110 0.19 0.64
Hex 96 B4 90 11 0 14 1D 6E 13 40
Octal 226 264 220 21 0 24 35 156 23 100
Binary 10010110 10110100 10010000 10001 0 10100 11101 1101110 10011 1000000

Color Harmonies of #96B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B490

Black with #96B490

Text Example


Text Example

White with #96B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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