#949F92

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

Shades of Mantle #949F92

Tints of Mantle #949F92

Color information

#949F92 (or 0x949F92) is unknown color: approx Mantle. HEX triplet: 94, 9F and 92. RGB value is (148,159,146). Sum of RGB (Red+Green+Blue) = 148+159+146=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 159 - color contains mainly: green. Hex color #949F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F92 is #6B606D. Grayscale: #9A9A9A. Windows color (decimal): -7037038 or 9609108. OLE color: 9609108.

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

Color convert

RGB148159146-
CMYK0.0700.080.38
HSL110.77º6.34%59.8%-
HSV(B)110.77º8.18%62.35%-
XYZ29.833.1732.03-
YUV154.23123.36123.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 159 (62.5% from 255) = 35.10%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=32.67%
G=35.10%
B=32.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591460.0700.080.38110.776.3459.8
Hex949F92708266f63c
Octal224237222701046157674
Binary100101001001111110010010111010001001101101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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