#949284

Color #949284 Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #949284

Tints of Grey Olive #949284

Color information

#949284 (or 0x949284) is unknown color: approx Grey Olive. HEX triplet: 94, 92 and 84. RGB value is (148,146,132). Sum of RGB (Red+Green+Blue) = 148+146+132=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 148 - color contains mainly: red. Hex color #949284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949284 is #6B6D7B. Grayscale: #919191. Windows color (decimal): -7040380 or 8688276. OLE color: 8688276.

HSL color Cylindrical-coordinate representation of color #949284: hue angle of 52.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #949284 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148146132-
CMYK00.010.110.42
HSL52.5º6.96%54.9%-
HSV(B)52.5º10.81%58.04%-
XYZ26.6628.5225.93-
YUV145120.66130.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=34.74%
G=34.27%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814613200.010.110.4252.56.9654.9
Hex94928401B2A35737
Octal22422220401135265767
Binary100101001001001010000100011011101010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949284; }

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

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

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

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

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

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

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

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