Html Css Color HEX #96B194 Mantle

📋 copy color: '#96B194'

red 150 ◦ green 177 ◦ blue 148

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

Shades of Mantle #96B194

Tints of Mantle #96B194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 31.58%
G = 37.26%
B = 31.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#96B194 (or 0x96B194) is known color: Mantle. HEX triplet: 96, B1 and 94. RGB value is (150,177,148). Sum of RGB (Red+Green+Blue) = 150+177+148=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #96B194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B194 is #694E6B. Grayscale: #A5A5A5. Windows color (decimal): -6901356 or 9744790. OLE color: 9744790.

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

Color convert

RGB 150 177 148 -
CMYK 0.15 0 0.16 0.31
HSL 115.86º 0.16% 0.64% -
HSV(B) 115.86º 0.16% 0.69% -
XYZ 33.65 40.07 33.98 -
YUV 165.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 150 177 148 0.15 0 0.16 0.31 115.86 0.16 0.64
Hex 96 B1 94 F 0 10 1F 74 10 40
Octal 226 261 224 17 0 20 37 164 20 100
Binary 10010110 10110001 10010100 1111 0 10000 11111 1110100 10000 1000000

Color Harmonies of #96B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B194

Black with #96B194

Text Example


Text Example

White with #96B194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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