Html Css Color HEX #988589 Venus

📋 copy color: '#988589'

red 152 ◦ green 133 ◦ blue 137

#988589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #988589

Tints of Venus #988589

RGB

 RED value IS 152 (59.77% from 255) = 36.02%

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 137 (53.91% from 255) = 32.46%

R = 36.02%
G = 31.52%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#988589 (or 0x988589) is known color: Venus. HEX triplet: 98, 85 and 89. RGB value is (152,133,137). Sum of RGB (Red+Green+Blue) = 152+133+137=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988589 is #677A76. Grayscale: #8B8B8B. Windows color (decimal): -6781559 or 9012632. OLE color: 9012632.

HSL color Cylindrical-coordinate representation of color #988589: hue angle of 347.37º 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 #988589 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 137 -
CMYK 0 0.13 0.10 0.40
HSL 347.37º 0.08% 0.56% -
HSV(B) 347.37º 0.13% 0.6% -
XYZ 25.85 25.26 27.18 -
YUV 139.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 152 133 137 0 0.13 0.10 0.40 347.37 0.08 0.56
Hex 98 85 89 0 D A 28 15B 8 38
Octal 230 205 211 0 15 12 50 533 10 70
Binary 10011000 10000101 10001001 0 1101 1010 101000 101011011 1000 111000

Color Harmonies of #988589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988589

Black with #988589

Text Example


Text Example

White with #988589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988589; }

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

 H1.HeaderClassName
 {
   color: #988589;
 }
 .AnyTagClassName
 {
   color: #988589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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