#998A95

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

Shades of Bouquet #998A95

Tints of Bouquet #998A95

Color information

#998A95 (or 0x998A95) is unknown color: approx Bouquet. HEX triplet: 99, 8A and 95. RGB value is (153,138,149). Sum of RGB (Red+Green+Blue) = 153+138+149=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 153 - color contains mainly: red. Hex color #998A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A95 is #66756A. Grayscale: #8F8F8F. Windows color (decimal): -6714731 or 9800345. OLE color: 9800345.

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

Color convert

RGB153138149-
CMYK00.100.030.4
HSL316º6.85%57.06%-
HSV(B)316º9.8%60%-
XYZ27.6527.1232.21-
YUV143.74130.97134.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=34.77%
G=31.36%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313814900.100.030.43166.8557.06
Hex998A950A32813c739
Octal231212225012350474771
Binary1001100110001010100101010101011101000100111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,138,149); }

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

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

 a { background-color: rgb(153,138,149); }

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

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

 span { border-color: rgb(153,138,149); }

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