Html Css Color HEX #958F92 Shady Lady

📋 copy color: '#958F92'

red 149 ◦ green 143 ◦ blue 146

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

Shades of Shady Lady #958F92

Tints of Shady Lady #958F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.65%

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 34.02%
G = 32.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#958F92 (or 0x958F92) is known color: Shady Lady. HEX triplet: 95, 8F and 92. RGB value is (149,143,146). Sum of RGB (Red+Green+Blue) = 149+143+146=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 149 - color contains mainly: red. Hex color #958F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F92 is #6A706D. Grayscale: #919191. Windows color (decimal): -6975598 or 9605013. OLE color: 9605013.

HSL color Cylindrical-coordinate representation of color #958F92: hue angle of 330º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #958F92 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 146 -
CMYK 0 0.04 0.02 0.42
HSL 330º 0.03% 0.57% -
HSV(B) 330º 0.04% 0.58% -
XYZ 27.41 28.11 31.18 -
YUV 145.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 149 143 146 0 0.04 0.02 0.42 330 0.03 0.57
Hex 95 8F 92 0 4 2 2A 14A 3 39
Octal 225 217 222 0 4 2 52 512 3 71
Binary 10010101 10001111 10010010 0 100 10 101010 101001010 11 111001

Color Harmonies of #958F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F92

Black with #958F92

Text Example


Text Example

White with #958F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958F92; }

 p { color: rgb(149,143,146); }

 H1.HeaderClassName
 {
   color: #958F92;
 }
 .AnyTagClassName
 {
   color: #958F92;
 }
</style>

background-color css

<style>
 a { background-color: #958F92; }

 a { background-color: rgb(149,143,146); }

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

border-color css

<style>
 span { border-color: #958F92; }

 span { border-color: rgb(149,143,146); }

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