Html Css Color HEX #988188 Venus

📋 copy color: '#988188'

red 152 ◦ green 129 ◦ blue 136

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

Shades of Venus #988188

Tints of Venus #988188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 36.45%
G = 30.94%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#988188 (or 0x988188) is known color: Venus. HEX triplet: 98, 81 and 88. RGB value is (152,129,136). Sum of RGB (Red+Green+Blue) = 152+129+136=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988188 is #677E77. Grayscale: #888888. Windows color (decimal): -6782584 or 8946072. OLE color: 8946072.

HSL color Cylindrical-coordinate representation of color #988188: hue angle of 341.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #988188 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 136 -
CMYK 0 0.15 0.11 0.40
HSL 341.74º 0.1% 0.55% -
HSV(B) 341.74º 0.15% 0.6% -
XYZ 25.24 24.15 26.62 -
YUV 136.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 152 129 136 0 0.15 0.11 0.40 341.74 0.1 0.55
Hex 98 81 88 0 F B 28 156 A 37
Octal 230 201 210 0 17 13 50 526 12 67
Binary 10011000 10000001 10001000 0 1111 1011 101000 101010110 1010 110111

Color Harmonies of #988188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988188

Black with #988188

Text Example


Text Example

White with #988188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988188; }

 p { color: rgb(152,129,136); }

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

background-color css

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

 a { background-color: rgb(152,129,136); }

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

border-color css

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

 span { border-color: rgb(152,129,136); }

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