Html Css Color HEX #9BB096 Mantle

📋 copy color: '#9BB096'

red 155 ◦ green 176 ◦ blue 150

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

Shades of Mantle #9BB096

Tints of Mantle #9BB096

RGB

 RED value IS 155 (60.94% from 255) = 32.22%

 GREEN value IS 176 (69.14% from 255) = 36.59%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 32.22%
G = 36.59%
B = 31.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#9BB096 (or 0x9BB096) is known color: Mantle. HEX triplet: 9B, B0 and 96. RGB value is (155,176,150). Sum of RGB (Red+Green+Blue) = 155+176+150=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB096 is #644F69. Grayscale: #A6A6A6. Windows color (decimal): -6573930 or 9875611. OLE color: 9875611.

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

Color convert

RGB 155 176 150 -
CMYK 0.12 0 0.15 0.31
HSL 108.46º 0.14% 0.64% -
HSV(B) 108.46º 0.15% 0.69% -
XYZ 34.55 40.22 34.8 -
YUV 166.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 155 176 150 0.12 0 0.15 0.31 108.46 0.14 0.64
Hex 9B B0 96 C 0 F 1F 6C E 40
Octal 233 260 226 14 0 17 37 154 16 100
Binary 10011011 10110000 10010110 1100 0 1111 11111 1101100 1110 1000000

Color Harmonies of #9BB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB096

Black with #9BB096

Text Example


Text Example

White with #9BB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB096; }

 p { color: rgb(155,176,150); }

 H1.HeaderClassName
 {
   color: #9BB096;
 }
 .AnyTagClassName
 {
   color: #9BB096;
 }
</style>

background-color css

<style>
 a { background-color: #9BB096; }

 a { background-color: rgb(155,176,150); }

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

border-color css

<style>
 span { border-color: #9BB096; }

 span { border-color: rgb(155,176,150); }

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