#94978C

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

Shades of Delta #94978C

Tints of Delta #94978C

Color information

#94978C (or 0x94978C) is unknown color: approx Delta. HEX triplet: 94, 97 and 8C. RGB value is (148,151,140). Sum of RGB (Red+Green+Blue) = 148+151+140=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 151 - color contains mainly: green. Hex color #94978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94978C is #6B6873. Grayscale: #949494. Windows color (decimal): -7039092 or 9213844. OLE color: 9213844.

HSL color Cylindrical-coordinate representation of color #94978C: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94978C is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB148151140-
CMYK0.0200.070.41
HSL76.36º5.02%57.06%-
HSV(B)76.36º7.28%59.22%-
XYZ28.0130.3229.19-
YUV148.85123.01127.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=33.71%
G=34.40%
B=31.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511400.0200.070.4176.365.0257.06
Hex94978C207294c539
Octal22422721420751114571
Binary1001010010010111100011001001111010011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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