Html Css Color HEX #94B18D Mantle

📋 copy color: '#94B18D'

red 148 ◦ green 177 ◦ blue 141

#94B18D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #94B18D

Tints of Mantle #94B18D

RGB

 RED value IS 148 (58.2% from 255) = 31.76%

 GREEN value IS 177 (69.53% from 255) = 37.98%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 31.76%
G = 37.98%
B = 30.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#94B18D (or 0x94B18D) is known color: Mantle. HEX triplet: 94, B1 and 8D. RGB value is (148,177,141). Sum of RGB (Red+Green+Blue) = 148+177+141=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #94B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B18D is #6B4E72. Grayscale: #A4A4A4. Windows color (decimal): -7032435 or 9286036. OLE color: 9286036.

HSL color Cylindrical-coordinate representation of color #94B18D: hue angle of 108.33º 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 #94B18D is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 177 141 -
CMYK 0.16 0 0.20 0.31
HSL 108.33º 0.19% 0.62% -
HSV(B) 108.33º 0.2% 0.69% -
XYZ 32.74 39.66 31.13 -
YUV 164.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 148 177 141 0.16 0 0.20 0.31 108.33 0.19 0.62
Hex 94 B1 8D 10 0 14 1F 6C 13 3E
Octal 224 261 215 20 0 24 37 154 23 76
Binary 10010100 10110001 10001101 10000 0 10100 11111 1101100 10011 111110

Color Harmonies of #94B18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B18D

Black with #94B18D

Text Example


Text Example

White with #94B18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,177,141); }

 H1.HeaderClassName
 {
   color: #94B18D;
 }
 .AnyTagClassName
 {
   color: #94B18D;
 }
</style>

background-color css

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

 a { background-color: rgb(148,177,141); }

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

border-color css

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

 span { border-color: rgb(148,177,141); }

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