#9F8D98

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

Shades of Bouquet #9F8D98

Tints of Bouquet #9F8D98

Color information

#9F8D98 (or 0x9F8D98) is unknown color: approx Bouquet. HEX triplet: 9F, 8D and 98. RGB value is (159,141,152). Sum of RGB (Red+Green+Blue) = 159+141+152=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8D98 is #607267. Grayscale: #939393. Windows color (decimal): -6320744 or 9997727. OLE color: 9997727.

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

Color convert

RGB159141152-
CMYK00.110.040.38
HSL323.33º8.57%58.82%-
HSV(B)323.33º11.32%62.35%-
XYZ29.4928.6933.69-
YUV147.64130.46136.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 152 (59.77% from 255) = 33.63%
R=35.18%
G=31.19%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914115200.110.040.38323.338.5758.82
Hex9F8D980B42614393b
Octal2372152300134465031173
Binary100111111000110110011000010111001001101010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,141,152); }

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

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

 a { background-color: rgb(159,141,152); }

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

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

 span { border-color: rgb(159,141,152); }

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