#988586

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

Shades of Venus #988586

Tints of Venus #988586

Color information

#988586 (or 0x988586) is unknown color: approx Venus. HEX triplet: 98, 85 and 86. RGB value is (152,133,134). Sum of RGB (Red+Green+Blue) = 152+133+134=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #988586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988586 is #677A79. Grayscale: #8A8A8A. Windows color (decimal): -6781562 or 8816024. OLE color: 8816024.

HSL color Cylindrical-coordinate representation of color #988586: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988586 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB152133134-
CMYK00.130.120.40
HSL356.84º8.44%55.88%-
HSV(B)356.84º12.5%59.61%-
XYZ25.6425.1726.06-
YUV138.8125.29137.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=36.28%
G=31.74%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213313400.130.120.40356.848.4455.88
Hex9885860DC28165838
Octal23020520601514505451070
Binary1001100010000101100001100110111001010001011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988586; }

 p { color: rgb(152,133,134); }

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

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

 a { background-color: rgb(152,133,134); }

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

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

 span { border-color: rgb(152,133,134); }

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