#92998C

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

Shades of Delta #92998C

Tints of Delta #92998C

Color information

#92998C (or 0x92998C) is unknown color: approx Delta. HEX triplet: 92, 99 and 8C. RGB value is (146,153,140). Sum of RGB (Red+Green+Blue) = 146+153+140=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #92998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92998C is #6D6673. Grayscale: #959595. Windows color (decimal): -7169652 or 9214354. OLE color: 9214354.

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

Color convert

RGB146153140-
CMYK0.0500.080.4
HSL92.31º5.99%57.45%-
HSV(B)92.31º8.5%60%-
XYZ27.9830.7929.28-
YUV149.42122.68125.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=33.26%
G=34.85%
B=31.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531400.0500.080.492.315.9957.45
Hex92998C508285c639
Octal222231214501050134671
Binary100100101001100110001100101010001010001011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92998C; }

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

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

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

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

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

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

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

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