Html Css Color HEX #93B485 Mantle

📋 copy color: '#93B485'

red 147 ◦ green 180 ◦ blue 133

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

Shades of Mantle #93B485

Tints of Mantle #93B485

RGB

 RED value IS 147 (57.81% from 255) = 31.96%

 GREEN value IS 180 (70.7% from 255) = 39.13%

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 31.96%
G = 39.13%
B = 28.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#93B485 (or 0x93B485) is known color: Mantle. HEX triplet: 93, B4 and 85. RGB value is (147,180,133). Sum of RGB (Red+Green+Blue) = 147+180+133=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #93B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B485 is #6C4B7A. Grayscale: #A4A4A4. Windows color (decimal): -7097211 or 8762515. OLE color: 8762515.

HSL color Cylindrical-coordinate representation of color #93B485: hue angle of 102.13º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93B485 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 180 133 -
CMYK 0.18 0 0.26 0.29
HSL 102.13º 0.24% 0.61% -
HSV(B) 102.13º 0.26% 0.71% -
XYZ 32.59 40.54 28.3 -
YUV 164.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 147 180 133 0.18 0 0.26 0.29 102.13 0.24 0.61
Hex 93 B4 85 12 0 1A 1D 66 18 3D
Octal 223 264 205 22 0 32 35 146 30 75
Binary 10010011 10110100 10000101 10010 0 11010 11101 1100110 11000 111101

Color Harmonies of #93B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B485

Black with #93B485

Text Example


Text Example

White with #93B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B485; }

 p { color: rgb(147,180,133); }

 H1.HeaderClassName
 {
   color: #93B485;
 }
 .AnyTagClassName
 {
   color: #93B485;
 }
</style>

background-color css

<style>
 a { background-color: #93B485; }

 a { background-color: rgb(147,180,133); }

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

border-color css

<style>
 span { border-color: #93B485; }

 span { border-color: rgb(147,180,133); }

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