Html Css Color HEX #94A589 Mantle

📋 copy color: '#94A589'

red 148 ◦ green 165 ◦ blue 137

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

Shades of Mantle #94A589

Tints of Mantle #94A589

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 137 (53.91% from 255) = 30.44%

R = 32.89%
G = 36.67%
B = 30.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#94A589 (or 0x94A589) is known color: Mantle. HEX triplet: 94, A5 and 89. RGB value is (148,165,137). Sum of RGB (Red+Green+Blue) = 148+165+137=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #94A589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A589 is #6B5A76. Grayscale: #9C9C9C. Windows color (decimal): -7035511 or 9020820. OLE color: 9020820.

HSL color Cylindrical-coordinate representation of color #94A589: hue angle of 96.43º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94A589 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 137 -
CMYK 0.10 0 0.17 0.35
HSL 96.43º 0.13% 0.59% -
HSV(B) 96.43º 0.17% 0.65% -
XYZ 30.18 35.01 28.83 -
YUV 156.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 148 165 137 0.10 0 0.17 0.35 96.43 0.13 0.59
Hex 94 A5 89 A 0 11 23 60 D 3B
Octal 224 245 211 12 0 21 43 140 15 73
Binary 10010100 10100101 10001001 1010 0 10001 100011 1100000 1101 111011

Color Harmonies of #94A589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A589

Black with #94A589

Text Example


Text Example

White with #94A589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,165,137); }

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

background-color css

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

 a { background-color: rgb(148,165,137); }

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

border-color css

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

 span { border-color: rgb(148,165,137); }

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