Html Css Color HEX #989992 Star Dust

📋 copy color: '#989992'

red 152 ◦ green 153 ◦ blue 146

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

Shades of Star Dust #989992

Tints of Star Dust #989992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.92%

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

R = 33.7%
G = 33.92%
B = 32.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#989992 (or 0x989992) is known color: Star Dust. HEX triplet: 98, 99 and 92. RGB value is (152,153,146). Sum of RGB (Red+Green+Blue) = 152+153+146=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 153 - color contains mainly: green. Hex color #989992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989992 is #67666D. Grayscale: #979797. Windows color (decimal): -6776430 or 9607576. OLE color: 9607576.

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

Color convert

RGB 152 153 146 -
CMYK 0.01 0 0.05 0.4
HSL 68.57º 0.03% 0.59% -
HSV(B) 68.57º 0.05% 0.6% -
XYZ 29.53 31.53 31.72 -
YUV 151.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 152 153 146 0.01 0 0.05 0.4 68.57 0.03 0.59
Hex 98 99 92 1 0 5 28 45 3 3B
Octal 230 231 222 1 0 5 50 105 3 73
Binary 10011000 10011001 10010010 1 0 101 101000 1000101 11 111011

Color Harmonies of #989992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989992

Black with #989992

Text Example


Text Example

White with #989992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989992; }

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

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

background-color css

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

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

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

border-color css

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

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

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