Html Css Color HEX #85B464 Mantis

📋 copy color: '#85B464'

red 133 ◦ green 180 ◦ blue 100

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

Shades of Mantis #85B464

Tints of Mantis #85B464

RGB

 RED value IS 133 (52.34% from 255) = 32.2%

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

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 32.2%
G = 43.58%
B = 24.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#85B464 (or 0x85B464) is known color: Mantis. HEX triplet: 85, B4 and 64. RGB value is (133,180,100). Sum of RGB (Red+Green+Blue) = 133+180+100=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #85B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B464 is #7A4B9B. Grayscale: #9D9D9D. Windows color (decimal): -8014748 or 6599813. OLE color: 6599813.

HSL color Cylindrical-coordinate representation of color #85B464: hue angle of 95.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85B464 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 100 -
CMYK 0.26 0 0.44 0.29
HSL 95.25º 0.35% 0.55% -
HSV(B) 95.25º 0.44% 0.71% -
XYZ 28.29 38.55 18.01 -
YUV 156.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 133 180 100 0.26 0 0.44 0.29 95.25 0.35 0.55
Hex 85 B4 64 1A 0 2C 1D 5F 23 37
Octal 205 264 144 32 0 54 35 137 43 67
Binary 10000101 10110100 1100100 11010 0 101100 11101 1011111 100011 110111

Color Harmonies of #85B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B464

Black with #85B464

Text Example


Text Example

White with #85B464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85B464; }

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

 H1.HeaderClassName
 {
   color: #85B464;
 }
 .AnyTagClassName
 {
   color: #85B464;
 }
</style>

background-color css

<style>
 a { background-color: #85B464; }

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

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

border-color css

<style>
 span { border-color: #85B464; }

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

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