Html Css Color HEX #9BAB9B Mantle

📋 copy color: '#9BAB9B'

red 155 ◦ green 171 ◦ blue 155

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

Shades of Mantle #9BAB9B

Tints of Mantle #9BAB9B

RGB

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

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

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

R = 32.22%
G = 35.55%
B = 32.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9BAB9B (or 0x9BAB9B) is known color: Mantle. HEX triplet: 9B, AB and 9B. RGB value is (155,171,155). Sum of RGB (Red+Green+Blue) = 155+171+155=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB9B is #645464. Grayscale: #A4A4A4. Windows color (decimal): -6575205 or 10202011. OLE color: 10202011.

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

Color convert

RGB 155 171 155 -
CMYK 0.09 0 0.09 0.33
HSL 120º 0.09% 0.64% -
HSV(B) 120º 0.09% 0.67% -
XYZ 34 38.46 36.64 -
YUV 164.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 155 171 155 0.09 0 0.09 0.33 120 0.09 0.64
Hex 9B AB 9B 9 0 9 21 78 9 40
Octal 233 253 233 11 0 11 41 170 11 100
Binary 10011011 10101011 10011011 1001 0 1001 100001 1111000 1001 1000000

Color Harmonies of #9BAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB9B

Black with #9BAB9B

Text Example


Text Example

White with #9BAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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