Html Css Color HEX #94A892 Mantle

📋 copy color: '#94A892'

red 148 ◦ green 168 ◦ blue 146

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

Shades of Mantle #94A892

Tints of Mantle #94A892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 32.03%
G = 36.36%
B = 31.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#94A892 (or 0x94A892) is known color: Mantle. HEX triplet: 94, A8 and 92. RGB value is (148,168,146). Sum of RGB (Red+Green+Blue) = 148+168+146=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 168 - color contains mainly: green. Hex color #94A892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A892 is #6B576D. Grayscale: #9F9F9F. Windows color (decimal): -7034734 or 9611412. OLE color: 9611412.

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

Color convert

RGB 148 168 146 -
CMYK 0.12 0 0.13 0.34
HSL 114.55º 0.11% 0.62% -
HSV(B) 114.55º 0.13% 0.66% -
XYZ 31.4 36.38 32.56 -
YUV 159.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 148 168 146 0.12 0 0.13 0.34 114.55 0.11 0.62
Hex 94 A8 92 C 0 D 22 73 B 3E
Octal 224 250 222 14 0 15 42 163 13 76
Binary 10010100 10101000 10010010 1100 0 1101 100010 1110011 1011 111110

Color Harmonies of #94A892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A892

Black with #94A892

Text Example


Text Example

White with #94A892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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