Html Css Color HEX #95888D Venus

📋 copy color: '#95888D'

red 149 ◦ green 136 ◦ blue 141

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

Shades of Venus #95888D

Tints of Venus #95888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 34.98%
G = 31.92%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95888D (or 0x95888D) is known color: Venus. HEX triplet: 95, 88 and 8D. RGB value is (149,136,141). Sum of RGB (Red+Green+Blue) = 149+136+141=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #95888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95888D is #6A7772. Grayscale: #8C8C8C. Windows color (decimal): -6977395 or 9275541. OLE color: 9275541.

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

Color convert

RGB 149 136 141 -
CMYK 0 0.09 0.05 0.42
HSL 336.92º 0.06% 0.56% -
HSV(B) 336.92º 0.09% 0.58% -
XYZ 26.01 25.92 28.83 -
YUV 140.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 149 136 141 0 0.09 0.05 0.42 336.92 0.06 0.56
Hex 95 88 8D 0 9 5 2A 151 6 38
Octal 225 210 215 0 11 5 52 521 6 70
Binary 10010101 10001000 10001101 0 1001 101 101010 101010001 110 111000

Color Harmonies of #95888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95888D

Black with #95888D

Text Example


Text Example

White with #95888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95888D; }

 p { color: rgb(149,136,141); }

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

background-color css

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

 a { background-color: rgb(149,136,141); }

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

border-color css

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

 span { border-color: rgb(149,136,141); }

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