#93988B

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

Shades of Delta #93988B

Tints of Delta #93988B

Color information

#93988B (or 0x93988B) is unknown color: approx Delta. HEX triplet: 93, 98 and 8B. RGB value is (147,152,139). Sum of RGB (Red+Green+Blue) = 147+152+139=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 152 - color contains mainly: green. Hex color #93988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93988B is #6C6774. Grayscale: #959595. Windows color (decimal): -7104373 or 9148563. OLE color: 9148563.

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

Color convert

RGB147152139-
CMYK0.0300.090.40
HSL83.08º5.94%57.06%-
HSV(B)83.08º8.55%59.61%-
XYZ27.9230.5228.85-
YUV149.02122.34126.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=33.56%
G=34.70%
B=31.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521390.0300.090.4083.085.9457.06
Hex93988B3092853639
Octal223230213301150123671
Binary10010011100110001000101111010011010001010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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