Html Css Color HEX #94A98E Mantle

📋 copy color: '#94A98E'

red 148 ◦ green 169 ◦ blue 142

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

Shades of Mantle #94A98E

Tints of Mantle #94A98E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.82%

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 32.24%
G = 36.82%
B = 30.94%

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

#94A98E (or 0x94A98E) is known color: Mantle. HEX triplet: 94, A9 and 8E. RGB value is (148,169,142). Sum of RGB (Red+Green+Blue) = 148+169+142=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 169 - color contains mainly: green. Hex color #94A98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A98E is #6B5671. Grayscale: #9F9F9F. Windows color (decimal): -7034482 or 9349524. OLE color: 9349524.

HSL color Cylindrical-coordinate representation of color #94A98E: hue angle of 106.67º degrees, saturation: 0.14, 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 #94A98E is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 169 142 -
CMYK 0.12 0 0.16 0.34
HSL 106.67º 0.14% 0.61% -
HSV(B) 106.67º 0.16% 0.66% -
XYZ 31.28 36.62 31.01 -
YUV 159.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 148 169 142 0.12 0 0.16 0.34 106.67 0.14 0.61
Hex 94 A9 8E C 0 10 22 6B E 3D
Octal 224 251 216 14 0 20 42 153 16 75
Binary 10010100 10101001 10001110 1100 0 10000 100010 1101011 1110 111101

Color Harmonies of #94A98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A98E

Black with #94A98E

Text Example


Text Example

White with #94A98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,169,142); }

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

background-color css

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

 a { background-color: rgb(148,169,142); }

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

border-color css

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

 span { border-color: rgb(148,169,142); }

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