Html Css Color HEX #95838B Venus

📋 copy color: '#95838B'

red 149 ◦ green 131 ◦ blue 139

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

Shades of Venus #95838B

Tints of Venus #95838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.26%

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 35.56%
G = 31.26%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95838B (or 0x95838B) is known color: Venus. HEX triplet: 95, 83 and 8B. RGB value is (149,131,139). Sum of RGB (Red+Green+Blue) = 149+131+139=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95838B is #6A7C74. Grayscale: #898989. Windows color (decimal): -6978677 or 9143189. OLE color: 9143189.

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

Color convert

RGB 149 131 139 -
CMYK 0 0.12 0.07 0.42
HSL 333.33º 0.08% 0.55% -
HSV(B) 333.33º 0.12% 0.58% -
XYZ 25.17 24.49 27.83 -
YUV 137.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 149 131 139 0 0.12 0.07 0.42 333.33 0.08 0.55
Hex 95 83 8B 0 C 7 2A 14D 8 37
Octal 225 203 213 0 14 7 52 515 10 67
Binary 10010101 10000011 10001011 0 1100 111 101010 101001101 1000 110111

Color Harmonies of #95838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95838B

Black with #95838B

Text Example


Text Example

White with #95838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95838B; }

 p { color: rgb(149,131,139); }

 H1.HeaderClassName
 {
   color: #95838B;
 }
 .AnyTagClassName
 {
   color: #95838B;
 }
</style>

background-color css

<style>
 a { background-color: #95838B; }

 a { background-color: rgb(149,131,139); }

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

border-color css

<style>
 span { border-color: #95838B; }

 span { border-color: rgb(149,131,139); }

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