#93978A

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

Shades of Delta #93978A

Tints of Delta #93978A

Color information

#93978A (or 0x93978A) is unknown color: approx Delta. HEX triplet: 93, 97 and 8A. RGB value is (147,151,138). Sum of RGB (Red+Green+Blue) = 147+151+138=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 151 - color contains mainly: green. Hex color #93978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93978A is #6C6875. Grayscale: #949494. Windows color (decimal): -7104630 or 9082771. OLE color: 9082771.

HSL color Cylindrical-coordinate representation of color #93978A: hue angle of 78.46º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #93978A is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB147151138-
CMYK0.0300.090.41
HSL78.46º5.88%56.67%-
HSV(B)78.46º8.61%59.22%-
XYZ27.6930.1728.41-
YUV148.32122.17127.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=33.72%
G=34.63%
B=31.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511380.0300.090.4178.465.8856.67
Hex93978A309294e639
Octal223227212301151116671
Binary10010011100101111000101011010011010011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93978A; }

 p { color: rgb(147,151,138); }

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

<style>
 a { background-color: #93978A; }

 a { background-color: rgb(147,151,138); }

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

<style>
 span { border-color: #93978A; }

 span { border-color: rgb(147,151,138); }

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