Html Css Color HEX #999092 Shady Lady

📋 copy color: '#999092'

red 153 ◦ green 144 ◦ blue 146

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

Shades of Shady Lady #999092

Tints of Shady Lady #999092

RGB

 RED value IS 153 (60.16% from 255) = 34.54%

 GREEN value IS 144 (56.64% from 255) = 32.51%

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

R = 34.54%
G = 32.51%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#999092 (or 0x999092) is known color: Shady Lady. HEX triplet: 99, 90 and 92. RGB value is (153,144,146). Sum of RGB (Red+Green+Blue) = 153+144+146=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 153 - color contains mainly: red. Hex color #999092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999092 is #666F6D. Grayscale: #929292. Windows color (decimal): -6713198 or 9605273. OLE color: 9605273.

HSL color Cylindrical-coordinate representation of color #999092: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999092 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 146 -
CMYK 0 0.06 0.05 0.4
HSL 346.67º 0.04% 0.58% -
HSV(B) 346.67º 0.06% 0.6% -
XYZ 28.3 28.79 31.26 -
YUV 146.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 153 144 146 0 0.06 0.05 0.4 346.67 0.04 0.58
Hex 99 90 92 0 6 5 28 15B 4 3A
Octal 231 220 222 0 6 5 50 533 4 72
Binary 10011001 10010000 10010010 0 110 101 101000 101011011 100 111010

Color Harmonies of #999092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999092

Black with #999092

Text Example


Text Example

White with #999092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999092; }

 p { color: rgb(153,144,146); }

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

background-color css

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

 a { background-color: rgb(153,144,146); }

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

border-color css

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

 span { border-color: rgb(153,144,146); }

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