Html Css Color HEX #929989 Delta

📋 copy color: '#929989'

red 146 ◦ green 153 ◦ blue 137

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

Shades of Delta #929989

Tints of Delta #929989

RGB

 RED value IS 146 (57.42% from 255) = 33.49%

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

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 33.49%
G = 35.09%
B = 31.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#929989 (or 0x929989) is known color: Delta. HEX triplet: 92, 99 and 89. RGB value is (146,153,137). Sum of RGB (Red+Green+Blue) = 146+153+137=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #929989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929989 is #6D6676. Grayscale: #959595. Windows color (decimal): -7169655 or 9017746. OLE color: 9017746.

HSL color Cylindrical-coordinate representation of color #929989: hue angle of 86.25º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #929989 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 153 137 -
CMYK 0.05 0 0.10 0.4
HSL 86.25º 0.07% 0.57% -
HSV(B) 86.25º 0.1% 0.6% -
XYZ 27.76 30.7 28.13 -
YUV 149.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 146 153 137 0.05 0 0.10 0.4 86.25 0.07 0.57
Hex 92 99 89 5 0 A 28 56 7 39
Octal 222 231 211 5 0 12 50 126 7 71
Binary 10010010 10011001 10001001 101 0 1010 101000 1010110 111 111001

Color Harmonies of #929989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929989

Black with #929989

Text Example


Text Example

White with #929989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929989; }

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

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

background-color css

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

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

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

border-color css

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

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

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