Html Css Color HEX #9BAB96 Mantle

📋 copy color: '#9BAB96'

red 155 ◦ green 171 ◦ blue 150

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

Shades of Mantle #9BAB96

Tints of Mantle #9BAB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.92%

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

R = 32.56%
G = 35.92%
B = 31.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#9BAB96 (or 0x9BAB96) is known color: Mantle. HEX triplet: 9B, AB and 96. RGB value is (155,171,150). Sum of RGB (Red+Green+Blue) = 155+171+150=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB96 is #645469. Grayscale: #A3A3A3. Windows color (decimal): -6575210 or 9874331. OLE color: 9874331.

HSL color Cylindrical-coordinate representation of color #9BAB96: hue angle of 105.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BAB96 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 150 -
CMYK 0.09 0 0.12 0.33
HSL 105.71º 0.11% 0.63% -
HSV(B) 105.71º 0.12% 0.67% -
XYZ 33.59 38.3 34.48 -
YUV 163.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 155 171 150 0.09 0 0.12 0.33 105.71 0.11 0.63
Hex 9B AB 96 9 0 C 21 6A B 3F
Octal 233 253 226 11 0 14 41 152 13 77
Binary 10011011 10101011 10010110 1001 0 1100 100001 1101010 1011 111111

Color Harmonies of #9BAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB96

Black with #9BAB96

Text Example


Text Example

White with #9BAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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