Html Css Color HEX #94AF8C Mantle

📋 copy color: '#94AF8C'

red 148 ◦ green 175 ◦ blue 140

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

Shades of Mantle #94AF8C

Tints of Mantle #94AF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 31.97%
G = 37.8%
B = 30.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#94AF8C (or 0x94AF8C) is known color: Mantle. HEX triplet: 94, AF and 8C. RGB value is (148,175,140). Sum of RGB (Red+Green+Blue) = 148+175+140=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF8C is #6B5073. Grayscale: #A3A3A3. Windows color (decimal): -7032948 or 9219988. OLE color: 9219988.

HSL color Cylindrical-coordinate representation of color #94AF8C: hue angle of 106.29º degrees, saturation: 0.18, 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 #94AF8C is Cyan = 0.15, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 175 140 -
CMYK 0.15 0 0.2 0.31
HSL 106.29º 0.18% 0.62% -
HSV(B) 106.29º 0.2% 0.69% -
XYZ 32.28 38.85 30.61 -
YUV 162.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 148 175 140 0.15 0 0.2 0.31 106.29 0.18 0.62
Hex 94 AF 8C F 0 14 1F 6A 12 3E
Octal 224 257 214 17 0 24 37 152 22 76
Binary 10010100 10101111 10001100 1111 0 10100 11111 1101010 10010 111110

Color Harmonies of #94AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF8C

Black with #94AF8C

Text Example


Text Example

White with #94AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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