Html Css Color HEX #95898A Venus

📋 copy color: '#95898A'

red 149 ◦ green 137 ◦ blue 138

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

Shades of Venus #95898A

Tints of Venus #95898A

RGB

 RED value IS 149 (58.59% from 255) = 35.14%

 GREEN value IS 137 (53.91% from 255) = 32.31%

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

R = 35.14%
G = 32.31%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95898A (or 0x95898A) is known color: Venus. HEX triplet: 95, 89 and 8A. RGB value is (149,137,138). Sum of RGB (Red+Green+Blue) = 149+137+138=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #95898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95898A is #6A7675. Grayscale: #8C8C8C. Windows color (decimal): -6977142 or 9079189. OLE color: 9079189.

HSL color Cylindrical-coordinate representation of color #95898A: hue angle of 355º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #95898A is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 138 -
CMYK 0 0.08 0.07 0.42
HSL 355º 0.05% 0.56% -
HSV(B) 355º 0.08% 0.58% -
XYZ 25.93 26.12 27.72 -
YUV 140.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 149 137 138 0 0.08 0.07 0.42 355 0.05 0.56
Hex 95 89 8A 0 8 7 2A 163 5 38
Octal 225 211 212 0 10 7 52 543 5 70
Binary 10010101 10001001 10001010 0 1000 111 101010 101100011 101 111000

Color Harmonies of #95898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95898A

Black with #95898A

Text Example


Text Example

White with #95898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,137,138); }

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

background-color css

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

 a { background-color: rgb(149,137,138); }

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

border-color css

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

 span { border-color: rgb(149,137,138); }

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