#929589

Color #929589 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #929589

Tints of Delta #929589

Color information

#929589 (or 0x929589) is unknown color: approx Delta. HEX triplet: 92, 95 and 89. RGB value is (146,149,137). Sum of RGB (Red+Green+Blue) = 146+149+137=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 149 - color contains mainly: green. Hex color #929589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929589 is #6D6A76. Grayscale: #929292. Windows color (decimal): -7170679 or 9016722. OLE color: 9016722.

HSL color Cylindrical-coordinate representation of color #929589: hue angle of 75º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #929589 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB146149137-
CMYK0.0200.080.42
HSL75º5.36%56.08%-
HSV(B)75º8.05%58.43%-
XYZ27.1229.4127.91-
YUV146.73122.51127.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 137 (53.91% from 255) = 31.71%
R=33.80%
G=34.49%
B=31.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491370.0200.080.42755.3656.08
Hex9295892082A4b538
Octal222225211201052113570
Binary10010010100101011000100110010001010101001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929589; }

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

 H1.HeaderClassName
 {
   color: #929589;
 }
 .AnyTagClassName
 {
   color: #929589;
 }
</style>
background-color css

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

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

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

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

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

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