#9B8E8B

Color #9B8E8B Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #9B8E8B

Tints of Suva Grey #9B8E8B

Color information

#9B8E8B (or 0x9B8E8B) is unknown color: approx Suva Grey. HEX triplet: 9B, 8E and 8B. RGB value is (155,142,139). Sum of RGB (Red+Green+Blue) = 155+142+139=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8E8B is #647174. Grayscale: #919191. Windows color (decimal): -6582645 or 9146011. OLE color: 9146011.

HSL color Cylindrical-coordinate representation of color #9B8E8B: hue angle of 11.25º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8E8B is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB155142139-
CMYK00.080.100.39
HSL11.25º7.41%57.65%-
HSV(B)11.25º10.32%60.78%-
XYZ27.8528.1828.4-
YUV145.55124.31134.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=35.55%
G=32.57%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514213900.080.100.3911.257.4157.65
Hex9B8E8B08A27b73a
Octal233216213010124713772
Binary1001101110001110100010110100010101001111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,142,139); }

 H1.HeaderClassName
 {
   color: #9B8E8B;
 }
 .AnyTagClassName
 {
   color: #9B8E8B;
 }
</style>
background-color css

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

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

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

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

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

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