Html Css Color HEX #98848A Venus

📋 copy color: '#98848A'

red 152 ◦ green 132 ◦ blue 138

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

Shades of Venus #98848A

Tints of Venus #98848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

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

R = 36.02%
G = 31.28%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98848A (or 0x98848A) is known color: Venus. HEX triplet: 98, 84 and 8A. RGB value is (152,132,138). Sum of RGB (Red+Green+Blue) = 152+132+138=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #98848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98848A is #677B75. Grayscale: #8A8A8A. Windows color (decimal): -6781814 or 9077912. OLE color: 9077912.

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

Color convert

RGB 152 132 138 -
CMYK 0 0.13 0.09 0.40
HSL 342º 0.09% 0.56% -
HSV(B) 342º 0.13% 0.6% -
XYZ 25.79 25.01 27.51 -
YUV 138.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 152 132 138 0 0.13 0.09 0.40 342 0.09 0.56
Hex 98 84 8A 0 D 9 28 156 9 38
Octal 230 204 212 0 15 11 50 526 11 70
Binary 10011000 10000100 10001010 0 1101 1001 101000 101010110 1001 111000

Color Harmonies of #98848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98848A

Black with #98848A

Text Example


Text Example

White with #98848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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