#94988D

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

Shades of Delta #94988D

Tints of Delta #94988D

Color information

#94988D (or 0x94988D) is unknown color: approx Delta. HEX triplet: 94, 98 and 8D. RGB value is (148,152,141). Sum of RGB (Red+Green+Blue) = 148+152+141=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 152 - color contains mainly: green. Hex color #94988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94988D is #6B6772. Grayscale: #959595. Windows color (decimal): -7038835 or 9279636. OLE color: 9279636.

HSL color Cylindrical-coordinate representation of color #94988D: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94988D is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB148152141-
CMYK0.0300.070.40
HSL81.82º5.07%57.45%-
HSV(B)81.82º7.24%59.61%-
XYZ28.2530.6829.63-
YUV149.55123.17126.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=33.56%
G=34.47%
B=31.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521410.0300.070.4081.825.0757.45
Hex94988D3072852539
Octal22423021530750122571
Binary1001010010011000100011011101111010001010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94988D; }

 p { color: rgb(148,152,141); }

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

<style>
 a { background-color: #94988D; }

 a { background-color: rgb(148,152,141); }

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

<style>
 span { border-color: #94988D; }

 span { border-color: rgb(148,152,141); }

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