#94988F

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

Shades of Delta #94988F

Tints of Delta #94988F

Color information

#94988F (or 0x94988F) is unknown color: approx Delta. HEX triplet: 94, 98 and 8F. RGB value is (148,152,143). Sum of RGB (Red+Green+Blue) = 148+152+143=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 152 - color contains mainly: green. Hex color #94988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94988F is #6B6770. Grayscale: #959595. Windows color (decimal): -7038833 or 9410708. OLE color: 9410708.

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

Color convert

RGB148152143-
CMYK0.0300.060.40
HSL86.67º4.19%57.84%-
HSV(B)86.67º5.92%59.61%-
XYZ28.430.7430.42-
YUV149.78124.17126.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=33.41%
G=34.31%
B=32.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521430.0300.060.4086.674.1957.84
Hex94988F306285743a
Octal22423021730650127472
Binary1001010010011000100011111101101010001010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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