Html Css Color HEX #98828A Venus

📋 copy color: '#98828A'

red 152 ◦ green 130 ◦ blue 138

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

Shades of Venus #98828A

Tints of Venus #98828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

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

R = 36.19%
G = 30.95%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98828A (or 0x98828A) is known color: Venus. HEX triplet: 98, 82 and 8A. RGB value is (152,130,138). Sum of RGB (Red+Green+Blue) = 152+130+138=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #98828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98828A is #677D75. Grayscale: #898989. Windows color (decimal): -6782326 or 9077400. OLE color: 9077400.

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

Color convert

RGB 152 130 138 -
CMYK 0 0.14 0.09 0.40
HSL 338.18º 0.1% 0.55% -
HSV(B) 338.18º 0.14% 0.6% -
XYZ 25.52 24.48 27.42 -
YUV 137.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 152 130 138 0 0.14 0.09 0.40 338.18 0.1 0.55
Hex 98 82 8A 0 E 9 28 152 A 37
Octal 230 202 212 0 16 11 50 522 12 67
Binary 10011000 10000010 10001010 0 1110 1001 101000 101010010 1010 110111

Color Harmonies of #98828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98828A

Black with #98828A

Text Example


Text Example

White with #98828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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