#92988B

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

Shades of Delta #92988B

Tints of Delta #92988B

Color information

#92988B (or 0x92988B) is unknown color: approx Delta. HEX triplet: 92, 98 and 8B. RGB value is (146,152,139). Sum of RGB (Red+Green+Blue) = 146+152+139=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 152 - color contains mainly: green. Hex color #92988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92988B is #6D6774. Grayscale: #949494. Windows color (decimal): -7169909 or 9148562. OLE color: 9148562.

HSL color Cylindrical-coordinate representation of color #92988B: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92988B is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB146152139-
CMYK0.0400.090.40
HSL87.69º5.94%57.06%-
HSV(B)87.69º8.55%59.61%-
XYZ27.7430.4328.84-
YUV148.72122.51126.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=33.41%
G=34.78%
B=31.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461521390.0400.090.4087.695.9457.06
Hex92988B4092858639
Octal222230213401150130671
Binary100100101001100010001011100010011010001011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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