#92998A

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

Shades of Delta #92998A

Tints of Delta #92998A

Color information

#92998A (or 0x92998A) is unknown color: approx Delta. HEX triplet: 92, 99 and 8A. RGB value is (146,153,138). Sum of RGB (Red+Green+Blue) = 146+153+138=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #92998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92998A is #6D6675. Grayscale: #959595. Windows color (decimal): -7169654 or 9083282. OLE color: 9083282.

HSL color Cylindrical-coordinate representation of color #92998A: hue angle of 88º 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 #92998A is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB146153138-
CMYK0.0500.100.4
HSL88º6.85%57.06%-
HSV(B)88º9.8%60%-
XYZ27.8330.7328.51-
YUV149.2121.68125.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=33.41%
G=35.01%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531380.0500.100.4886.8557.06
Hex92998A50A2858739
Octal222231212501250130771
Binary100100101001100110001010101010101010001011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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