#93988C

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

Shades of Delta #93988C

Tints of Delta #93988C

Color information

#93988C (or 0x93988C) is unknown color: approx Delta. HEX triplet: 93, 98 and 8C. RGB value is (147,152,140). Sum of RGB (Red+Green+Blue) = 147+152+140=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #93988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93988C is #6C6773. Grayscale: #959595. Windows color (decimal): -7104372 or 9214099. OLE color: 9214099.

HSL color Cylindrical-coordinate representation of color #93988C: hue angle of 85º 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 #93988C is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB147152140-
CMYK0.0300.080.40
HSL85º5.5%57.25%-
HSV(B)85º7.89%59.61%-
XYZ27.9930.5529.23-
YUV149.14122.84126.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=33.49%
G=34.62%
B=31.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521400.0300.080.40855.557.25
Hex93988C3082855639
Octal223230214301050125671
Binary10010011100110001000110011010001010001010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,152,140); }

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

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

 a { background-color: rgb(147,152,140); }

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

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

 span { border-color: rgb(147,152,140); }

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