#92958B

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

Shades of Delta #92958B

Tints of Delta #92958B

Color information

#92958B (or 0x92958B) is unknown color: approx Delta. HEX triplet: 92, 95 and 8B. RGB value is (146,149,139). Sum of RGB (Red+Green+Blue) = 146+149+139=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 149 - color contains mainly: green. Hex color #92958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92958B is #6D6A74. Grayscale: #929292. Windows color (decimal): -7170677 or 9147794. OLE color: 9147794.

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

Color convert

RGB146149139-
CMYK0.0200.070.42
HSL78º4.5%56.47%-
HSV(B)78º6.71%58.43%-
XYZ27.2629.4728.68-
YUV146.96123.51127.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=33.64%
G=34.33%
B=32.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491390.0200.070.42784.556.47
Hex92958B2072A4e538
Octal22222521320752116570
Binary1001001010010101100010111001111010101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92958B; }

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

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

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

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

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

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

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

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