#94978A

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

Shades of Delta #94978A

Tints of Delta #94978A

Color information

#94978A (or 0x94978A) is unknown color: approx Delta. HEX triplet: 94, 97 and 8A. RGB value is (148,151,138). Sum of RGB (Red+Green+Blue) = 148+151+138=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 151 - color contains mainly: green. Hex color #94978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94978A is #6B6875. Grayscale: #949494. Windows color (decimal): -7039094 or 9082772. OLE color: 9082772.

HSL color Cylindrical-coordinate representation of color #94978A: hue angle of 73.85º 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 #94978A is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB148151138-
CMYK0.0200.090.41
HSL73.85º5.88%56.67%-
HSV(B)73.85º8.61%59.22%-
XYZ27.8730.2628.42-
YUV148.62122.01127.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=33.87%
G=34.55%
B=31.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511380.0200.090.4173.855.8856.67
Hex94978A209294a639
Octal224227212201151112671
Binary10010100100101111000101010010011010011001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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