Html Css Color HEX #95838A Venus

📋 copy color: '#95838A'

red 149 ◦ green 131 ◦ blue 138

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

Shades of Venus #95838A

Tints of Venus #95838A

RGB

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

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

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

R = 35.65%
G = 31.34%
B = 33.01%

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

#95838A (or 0x95838A) is known color: Venus. HEX triplet: 95, 83 and 8A. RGB value is (149,131,138). Sum of RGB (Red+Green+Blue) = 149+131+138=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #95838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95838A is #6A7C75. Grayscale: #898989. Windows color (decimal): -6978678 or 9077653. OLE color: 9077653.

HSL color Cylindrical-coordinate representation of color #95838A: hue angle of 336.67º 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 #95838A is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 138 -
CMYK 0 0.12 0.07 0.42
HSL 336.67º 0.08% 0.55% -
HSV(B) 336.67º 0.12% 0.58% -
XYZ 25.1 24.46 27.44 -
YUV 137.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 149 131 138 0 0.12 0.07 0.42 336.67 0.08 0.55
Hex 95 83 8A 0 C 7 2A 151 8 37
Octal 225 203 212 0 14 7 52 521 10 67
Binary 10010101 10000011 10001010 0 1100 111 101010 101010001 1000 110111

Color Harmonies of #95838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95838A

Black with #95838A

Text Example


Text Example

White with #95838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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