#94B28A

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

Shades of Mantle #94B28A

Tints of Mantle #94B28A

Color information

#94B28A (or 0x94B28A) is unknown color: approx Mantle. HEX triplet: 94, B2 and 8A. RGB value is (148,178,138). Sum of RGB (Red+Green+Blue) = 148+178+138=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #94B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B28A is #6B4D75. Grayscale: #A4A4A4. Windows color (decimal): -7032182 or 9089684. OLE color: 9089684.

HSL color Cylindrical-coordinate representation of color #94B28A: hue angle of 105º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94B28A is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB148178138-
CMYK0.1700.220.30
HSL105º20.62%61.96%-
HSV(B)105º22.47%69.8%-
XYZ32.7239.9730.04-
YUV164.47113.06116.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=31.90%
G=38.36%
B=29.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481781380.1700.220.3010520.6261.96
Hex94B28A110161E69153e
Octal22426221221026361512576
Binary1001010010110010100010101000101011011110110100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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