Html Css Color HEX #989296 Shady Lady

📋 copy color: '#989296'

red 152 ◦ green 146 ◦ blue 150

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

Shades of Shady Lady #989296

Tints of Shady Lady #989296

RGB

 RED value IS 152 (59.77% from 255) = 33.93%

 GREEN value IS 146 (57.42% from 255) = 32.59%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 33.93%
G = 32.59%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#989296 (or 0x989296) is known color: Shady Lady. HEX triplet: 98, 92 and 96. RGB value is (152,146,150). Sum of RGB (Red+Green+Blue) = 152+146+150=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 152 - color contains mainly: red. Hex color #989296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989296 is #676D69. Grayscale: #949494. Windows color (decimal): -6778218 or 9867928. OLE color: 9867928.

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

Color convert

RGB 152 146 150 -
CMYK 0 0.04 0.01 0.40
HSL 320º 0.03% 0.58% -
HSV(B) 320º 0.04% 0.6% -
XYZ 28.73 29.44 33.02 -
YUV 148.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 152 146 150 0 0.04 0.01 0.40 320 0.03 0.58
Hex 98 92 96 0 4 1 28 140 3 3A
Octal 230 222 226 0 4 1 50 500 3 72
Binary 10011000 10010010 10010110 0 100 1 101000 101000000 11 111010

Color Harmonies of #989296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989296

Black with #989296

Text Example


Text Example

White with #989296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989296; }

 p { color: rgb(152,146,150); }

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

background-color css

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

 a { background-color: rgb(152,146,150); }

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

border-color css

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

 span { border-color: rgb(152,146,150); }

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