#9C8B98

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

Shades of Bouquet #9C8B98

Tints of Bouquet #9C8B98

Color information

#9C8B98 (or 0x9C8B98) is unknown color: approx Bouquet. HEX triplet: 9C, 8B and 98. RGB value is (156,139,152). Sum of RGB (Red+Green+Blue) = 156+139+152=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8B98 is #637467. Grayscale: #919191. Windows color (decimal): -6517864 or 9997212. OLE color: 9997212.

HSL color Cylindrical-coordinate representation of color #9C8B98: hue angle of 314.12º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9C8B98 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB156139152-
CMYK00.110.030.39
HSL314.12º7.91%57.84%-
HSV(B)314.12º10.9%61.18%-
XYZ28.6127.833.56-
YUV145.56131.63135.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=34.90%
G=31.10%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613915200.110.030.39314.127.9157.84
Hex9C8B980B32713a83a
Octal2342132300133474721072
Binary10011100100010111001100001011111001111001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,152); }

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

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

 a { background-color: rgb(156,139,152); }

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

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

 span { border-color: rgb(156,139,152); }

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