Html Css Color HEX #94A58B Mantle

📋 copy color: '#94A58B'

red 148 ◦ green 165 ◦ blue 139

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

Shades of Mantle #94A58B

Tints of Mantle #94A58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 32.74%
G = 36.5%
B = 30.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#94A58B (or 0x94A58B) is known color: Mantle. HEX triplet: 94, A5 and 8B. RGB value is (148,165,139). Sum of RGB (Red+Green+Blue) = 148+165+139=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 165 - color contains mainly: green. Hex color #94A58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A58B is #6B5A74. Grayscale: #9D9D9D. Windows color (decimal): -7035509 or 9151892. OLE color: 9151892.

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

Color convert

RGB 148 165 139 -
CMYK 0.10 0 0.16 0.35
HSL 99.23º 0.13% 0.6% -
HSV(B) 99.23º 0.16% 0.65% -
XYZ 30.33 35.07 29.6 -
YUV 156.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 148 165 139 0.10 0 0.16 0.35 99.23 0.13 0.6
Hex 94 A5 8B A 0 10 23 63 D 3C
Octal 224 245 213 12 0 20 43 143 15 74
Binary 10010100 10100101 10001011 1010 0 10000 100011 1100011 1101 111100

Color Harmonies of #94A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A58B

Black with #94A58B

Text Example


Text Example

White with #94A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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