Html Css Color HEX #94B386 Mantle

📋 copy color: '#94B386'

red 148 ◦ green 179 ◦ blue 134

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

Shades of Mantle #94B386

Tints of Mantle #94B386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.83%

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 32.1%
G = 38.83%
B = 29.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#94B386 (or 0x94B386) is known color: Mantle. HEX triplet: 94, B3 and 86. RGB value is (148,179,134). Sum of RGB (Red+Green+Blue) = 148+179+134=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #94B386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B386 is #6B4C79. Grayscale: #A4A4A4. Windows color (decimal): -7031930 or 8827796. OLE color: 8827796.

HSL color Cylindrical-coordinate representation of color #94B386: hue angle of 101.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94B386 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 179 134 -
CMYK 0.17 0 0.25 0.30
HSL 101.33º 0.23% 0.61% -
HSV(B) 101.33º 0.25% 0.7% -
XYZ 32.64 40.26 28.6 -
YUV 164.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 148 179 134 0.17 0 0.25 0.30 101.33 0.23 0.61
Hex 94 B3 86 11 0 19 1E 65 17 3D
Octal 224 263 206 21 0 31 36 145 27 75
Binary 10010100 10110011 10000110 10001 0 11001 11110 1100101 10111 111101

Color Harmonies of #94B386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B386

Black with #94B386

Text Example


Text Example

White with #94B386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,179,134); }

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

background-color css

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

 a { background-color: rgb(148,179,134); }

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

border-color css

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

 span { border-color: rgb(148,179,134); }

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