Html Css Color HEX #94A88D Mantle

📋 copy color: '#94A88D'

red 148 ◦ green 168 ◦ blue 141

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

Shades of Mantle #94A88D

Tints of Mantle #94A88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

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

R = 32.39%
G = 36.76%
B = 30.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#94A88D (or 0x94A88D) is known color: Mantle. HEX triplet: 94, A8 and 8D. RGB value is (148,168,141). Sum of RGB (Red+Green+Blue) = 148+168+141=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #94A88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A88D is #6B5772. Grayscale: #9F9F9F. Windows color (decimal): -7034739 or 9283732. OLE color: 9283732.

HSL color Cylindrical-coordinate representation of color #94A88D: hue angle of 104.44º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94A88D is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 168 141 -
CMYK 0.12 0 0.16 0.34
HSL 104.44º 0.13% 0.61% -
HSV(B) 104.44º 0.16% 0.66% -
XYZ 31.02 36.22 30.56 -
YUV 158.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 148 168 141 0.12 0 0.16 0.34 104.44 0.13 0.61
Hex 94 A8 8D C 0 10 22 68 D 3D
Octal 224 250 215 14 0 20 42 150 15 75
Binary 10010100 10101000 10001101 1100 0 10000 100010 1101000 1101 111101

Color Harmonies of #94A88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A88D

Black with #94A88D

Text Example


Text Example

White with #94A88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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