Html Css Color HEX #98868A Venus

📋 copy color: '#98868A'

red 152 ◦ green 134 ◦ blue 138

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

Shades of Venus #98868A

Tints of Venus #98868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 35.85%
G = 31.6%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98868A (or 0x98868A) is known color: Venus. HEX triplet: 98, 86 and 8A. RGB value is (152,134,138). Sum of RGB (Red+Green+Blue) = 152+134+138=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98868A is #677975. Grayscale: #8B8B8B. Windows color (decimal): -6781302 or 9078424. OLE color: 9078424.

HSL color Cylindrical-coordinate representation of color #98868A: hue angle of 346.67º 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 #98868A is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 138 -
CMYK 0 0.12 0.09 0.40
HSL 346.67º 0.08% 0.56% -
HSV(B) 346.67º 0.12% 0.6% -
XYZ 26.06 25.56 27.6 -
YUV 139.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 152 134 138 0 0.12 0.09 0.40 346.67 0.08 0.56
Hex 98 86 8A 0 C 9 28 15B 8 38
Octal 230 206 212 0 14 11 50 533 10 70
Binary 10011000 10000110 10001010 0 1100 1001 101000 101011011 1000 111000

Color Harmonies of #98868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98868A

Black with #98868A

Text Example


Text Example

White with #98868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98868A; }

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

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

background-color css

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

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

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

border-color css

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

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

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