Html Css Color HEX #94AF8D Mantle

📋 copy color: '#94AF8D'

red 148 ◦ green 175 ◦ blue 141

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

Shades of Mantle #94AF8D

Tints of Mantle #94AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

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

R = 31.9%
G = 37.72%
B = 30.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#94AF8D (or 0x94AF8D) is known color: Mantle. HEX triplet: 94, AF and 8D. RGB value is (148,175,141). Sum of RGB (Red+Green+Blue) = 148+175+141=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF8D is #6B5072. Grayscale: #A3A3A3. Windows color (decimal): -7032947 or 9285524. OLE color: 9285524.

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

Color convert

RGB 148 175 141 -
CMYK 0.15 0 0.19 0.31
HSL 107.65º 0.18% 0.62% -
HSV(B) 107.65º 0.19% 0.69% -
XYZ 32.35 38.88 31 -
YUV 163.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 148 175 141 0.15 0 0.19 0.31 107.65 0.18 0.62
Hex 94 AF 8D F 0 13 1F 6C 12 3E
Octal 224 257 215 17 0 23 37 154 22 76
Binary 10010100 10101111 10001101 1111 0 10011 11111 1101100 10010 111110

Color Harmonies of #94AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF8D

Black with #94AF8D

Text Example


Text Example

White with #94AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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