#949C8A

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

Shades of Delta #949C8A

Tints of Delta #949C8A

Color information

#949C8A (or 0x949C8A) is unknown color: approx Delta. HEX triplet: 94, 9C and 8A. RGB value is (148,156,138). Sum of RGB (Red+Green+Blue) = 148+156+138=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 156 - color contains mainly: green. Hex color #949C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C8A is #6B6375. Grayscale: #979797. Windows color (decimal): -7037814 or 9084052. OLE color: 9084052.

HSL color Cylindrical-coordinate representation of color #949C8A: hue angle of 86.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #949C8A is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB148156138-
CMYK0.0500.120.39
HSL86.67º8.33%57.65%-
HSV(B)86.67º11.54%61.18%-
XYZ28.6931.9128.69-
YUV151.56120.35125.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=33.48%
G=35.29%
B=31.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561380.0500.120.3986.678.3357.65
Hex949C8A50C275783a
Octal2242342125014471271072
Binary1001010010011100100010101010110010011110101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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