Html Css Color HEX #9B9F9A Mantle

📋 copy color: '#9B9F9A'

red 155 ◦ green 159 ◦ blue 154

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

Shades of Mantle #9B9F9A

Tints of Mantle #9B9F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.97%

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 33.12%
G = 33.97%
B = 32.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9B9F9A (or 0x9B9F9A) is known color: Mantle. HEX triplet: 9B, 9F and 9A. RGB value is (155,159,154). Sum of RGB (Red+Green+Blue) = 155+159+154=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9F9A is #646065. Grayscale: #9D9D9D. Windows color (decimal): -6578278 or 10133403. OLE color: 10133403.

HSL color Cylindrical-coordinate representation of color #9B9F9A: hue angle of 108º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9B9F9A is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 159 154 -
CMYK 0.03 0 0.03 0.38
HSL 108º 0.03% 0.61% -
HSV(B) 108º 0.03% 0.62% -
XYZ 31.75 34.1 35.48 -
YUV 157.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 155 159 154 0.03 0 0.03 0.38 108 0.03 0.61
Hex 9B 9F 9A 3 0 3 26 6C 3 3D
Octal 233 237 232 3 0 3 46 154 3 75
Binary 10011011 10011111 10011010 11 0 11 100110 1101100 11 111101

Color Harmonies of #9B9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9F9A

Black with #9B9F9A

Text Example


Text Example

White with #9B9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,159,154); }

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

background-color css

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

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

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

border-color css

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

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

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