#9B8C95

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

Shades of Bouquet #9B8C95

Tints of Bouquet #9B8C95

Color information

#9B8C95 (or 0x9B8C95) is unknown color: approx Bouquet. HEX triplet: 9B, 8C and 95. RGB value is (155,140,149). Sum of RGB (Red+Green+Blue) = 155+140+149=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8C95 is #64736A. Grayscale: #919191. Windows color (decimal): -6583147 or 9800859. OLE color: 9800859.

HSL color Cylindrical-coordinate representation of color #9B8C95: hue angle of 324º 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 #9B8C95 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB155140149-
CMYK00.100.040.39
HSL324º6.98%57.84%-
HSV(B)324º9.68%60.78%-
XYZ28.3227.8932.33-
YUV145.51129.97134.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=34.91%
G=31.53%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514014900.100.040.393246.9857.84
Hex9B8C950A42714473a
Octal233214225012447504772
Binary10011011100011001001010101010100100111101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,149); }

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

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

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

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

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

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

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