Html Css Color HEX #96B192 Mantle

📋 copy color: '#96B192'

red 150 ◦ green 177 ◦ blue 146

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

Shades of Mantle #96B192

Tints of Mantle #96B192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 31.71%
G = 37.42%
B = 30.87%

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

#96B192 (or 0x96B192) is known color: Mantle. HEX triplet: 96, B1 and 92. RGB value is (150,177,146). Sum of RGB (Red+Green+Blue) = 150+177+146=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #96B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B192 is #694E6D. Grayscale: #A5A5A5. Windows color (decimal): -6901358 or 9613718. OLE color: 9613718.

HSL color Cylindrical-coordinate representation of color #96B192: hue angle of 112.26º 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 #96B192 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 146 -
CMYK 0.15 0 0.18 0.31
HSL 112.26º 0.17% 0.63% -
HSV(B) 112.26º 0.18% 0.69% -
XYZ 33.49 40 33.15 -
YUV 165.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 150 177 146 0.15 0 0.18 0.31 112.26 0.17 0.63
Hex 96 B1 92 F 0 12 1F 70 11 3F
Octal 226 261 222 17 0 22 37 160 21 77
Binary 10010110 10110001 10010010 1111 0 10010 11111 1110000 10001 111111

Color Harmonies of #96B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B192

Black with #96B192

Text Example


Text Example

White with #96B192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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