#949D84

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

Shades of Delta #949D84

Tints of Delta #949D84

Color information

#949D84 (or 0x949D84) is unknown color: approx Delta. HEX triplet: 94, 9D and 84. RGB value is (148,157,132). Sum of RGB (Red+Green+Blue) = 148+157+132=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #949D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D84 is #6B627B. Grayscale: #979797. Windows color (decimal): -7037564 or 8691092. OLE color: 8691092.

HSL color Cylindrical-coordinate representation of color #949D84: hue angle of 81.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #949D84 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB148157132-
CMYK0.0600.160.38
HSL81.6º11.31%56.67%-
HSV(B)81.6º15.92%61.57%-
XYZ28.4332.0826.52-
YUV151.46117.02125.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=33.87%
G=35.93%
B=30.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481571320.0600.160.3881.611.3156.67
Hex949D8460102652b39
Octal2242352046020461221371
Binary10010100100111011000010011001000010011010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949D84; }

 p { color: rgb(148,157,132); }

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

<style>
 a { background-color: #949D84; }

 a { background-color: rgb(148,157,132); }

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

<style>
 span { border-color: #949D84; }

 span { border-color: rgb(148,157,132); }

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