Html Css Color HEX #96B191 Mantle

📋 copy color: '#96B191'

red 150 ◦ green 177 ◦ blue 145

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

Shades of Mantle #96B191

Tints of Mantle #96B191

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

 BLUE value IS 145 (57.03% from 255) = 30.72%

R = 31.78%
G = 37.5%
B = 30.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#96B191 (or 0x96B191) is known color: Mantle. HEX triplet: 96, B1 and 91. RGB value is (150,177,145). Sum of RGB (Red+Green+Blue) = 150+177+145=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #96B191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B191 is #694E6E. Grayscale: #A5A5A5. Windows color (decimal): -6901359 or 9548182. OLE color: 9548182.

HSL color Cylindrical-coordinate representation of color #96B191: hue angle of 110.62º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B191 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 145 -
CMYK 0.15 0 0.18 0.31
HSL 110.63º 0.17% 0.63% -
HSV(B) 110.63º 0.18% 0.69% -
XYZ 33.41 39.97 32.74 -
YUV 165.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 150 177 145 0.15 0 0.18 0.31 110.63 0.17 0.63
Hex 96 B1 91 F 0 12 1F 6F 11 3F
Octal 226 261 221 17 0 22 37 157 21 77
Binary 10010110 10110001 10010001 1111 0 10010 11111 1101111 10001 111111

Color Harmonies of #96B191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B191

Black with #96B191

Text Example


Text Example

White with #96B191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,177,145); }

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

background-color css

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

 a { background-color: rgb(150,177,145); }

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

border-color css

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

 span { border-color: rgb(150,177,145); }

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