#94B08C

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

Shades of Mantle #94B08C

Tints of Mantle #94B08C

Color information

#94B08C (or 0x94B08C) is unknown color: approx Mantle. HEX triplet: 94, B0 and 8C. RGB value is (148,176,140). Sum of RGB (Red+Green+Blue) = 148+176+140=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #94B08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B08C is #6B4F73. Grayscale: #A3A3A3. Windows color (decimal): -7032692 or 9220244. OLE color: 9220244.

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

Color convert

RGB148176140-
CMYK0.1600.200.31
HSL106.67º18.56%61.96%-
HSV(B)106.67º20.45%69.02%-
XYZ32.4739.2430.67-
YUV163.52114.72116.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=31.90%
G=37.93%
B=30.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481761400.1600.200.31106.6718.5661.96
Hex94B08C100141F6b133e
Octal22426021420024371532376
Binary1001010010110000100011001000001010011111110101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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