#92998B

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

Shades of Delta #92998B

Tints of Delta #92998B

Color information

#92998B (or 0x92998B) is unknown color: approx Delta. HEX triplet: 92, 99 and 8B. RGB value is (146,153,139). Sum of RGB (Red+Green+Blue) = 146+153+139=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 153 - color contains mainly: green. Hex color #92998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92998B is #6D6674. Grayscale: #959595. Windows color (decimal): -7169653 or 9148818. OLE color: 9148818.

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

Color convert

RGB146153139-
CMYK0.0500.090.4
HSL90º6.42%57.25%-
HSV(B)90º9.15%60%-
XYZ27.9130.7628.89-
YUV149.31122.18125.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=33.33%
G=34.93%
B=31.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531390.0500.090.4906.4257.25
Hex92998B509285a639
Octal222231213501150132671
Binary100100101001100110001011101010011010001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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