#9B8D88

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

Shades of Suva Grey #9B8D88

Tints of Suva Grey #9B8D88

Color information

#9B8D88 (or 0x9B8D88) is unknown color: approx Suva Grey. HEX triplet: 9B, 8D and 88. RGB value is (155,141,136). Sum of RGB (Red+Green+Blue) = 155+141+136=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D88 is #647277. Grayscale: #909090. Windows color (decimal): -6582904 or 8949147. OLE color: 8949147.

HSL color Cylindrical-coordinate representation of color #9B8D88: hue angle of 15.79º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B8D88 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB155141136-
CMYK00.090.120.39
HSL15.79º8.68%57.06%-
HSV(B)15.79º12.26%60.78%-
XYZ27.4927.827.21-
YUV144.62123.14135.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=35.88%
G=32.64%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514113600.090.120.3915.798.6857.06
Hex9B8D8809C2710939
Octal2332152100111447201171
Binary100110111000110110001000010011100100111100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,136); }

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

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

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

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

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

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

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