#94B093

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

Shades of Mantle #94B093

Tints of Mantle #94B093

Color information

#94B093 (or 0x94B093) is unknown color: approx Mantle. HEX triplet: 94, B0 and 93. RGB value is (148,176,147). Sum of RGB (Red+Green+Blue) = 148+176+147=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #94B093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B093 is #6B4F6C. Grayscale: #A4A4A4. Windows color (decimal): -7032685 or 9678996. OLE color: 9678996.

HSL color Cylindrical-coordinate representation of color #94B093: hue angle of 117.93º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B093 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB148176147-
CMYK0.1600.160.31
HSL117.93º15.51%63.33%-
HSV(B)117.93º16.48%69.02%-
XYZ3339.4533.48-
YUV164.32118.22116.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=31.42%
G=37.37%
B=31.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481761470.1600.160.31117.9315.5163.33
Hex94B093100101F76103f
Octal22426022320020371662077
Binary1001010010110000100100111000001000011111111011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B093; }

 p { color: rgb(148,176,147); }

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

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

 a { background-color: rgb(148,176,147); }

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

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

 span { border-color: rgb(148,176,147); }

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