#998C94

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

Shades of Bouquet #998C94

Tints of Bouquet #998C94

Color information

#998C94 (or 0x998C94) is unknown color: approx Bouquet. HEX triplet: 99, 8C and 94. RGB value is (153,140,148). Sum of RGB (Red+Green+Blue) = 153+140+148=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #998C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C94 is #66736B. Grayscale: #909090. Windows color (decimal): -6714220 or 9735321. OLE color: 9735321.

HSL color Cylindrical-coordinate representation of color #998C94: hue angle of 323.08º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998C94 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153140148-
CMYK00.080.030.4
HSL323.08º5.99%57.45%-
HSV(B)323.08º8.5%60%-
XYZ27.8627.6731.89-
YUV144.8129.81133.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=34.69%
G=31.75%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314014800.080.030.4323.085.9957.45
Hex998C9408328143639
Octal231214224010350503671
Binary1001100110001100100101000100011101000101000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998C94; }

 p { color: rgb(153,140,148); }

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

<style>
 a { background-color: #998C94; }

 a { background-color: rgb(153,140,148); }

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

<style>
 span { border-color: #998C94; }

 span { border-color: rgb(153,140,148); }

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