Html Css Color HEX #85B46A Mantis

📋 copy color: '#85B46A'

red 133 ◦ green 180 ◦ blue 106

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

Shades of Mantis #85B46A

Tints of Mantis #85B46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 31.74%
G = 42.96%
B = 25.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#85B46A (or 0x85B46A) is known color: Mantis. HEX triplet: 85, B4 and 6A. RGB value is (133,180,106). Sum of RGB (Red+Green+Blue) = 133+180+106=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #85B46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B46A is #7A4B95. Grayscale: #9D9D9D. Windows color (decimal): -8014742 or 6993029. OLE color: 6993029.

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

Color convert

RGB 133 180 106 -
CMYK 0.26 0 0.41 0.29
HSL 98.11º 0.33% 0.56% -
HSV(B) 98.11º 0.41% 0.71% -
XYZ 28.6 38.67 19.59 -
YUV 157.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 133 180 106 0.26 0 0.41 0.29 98.11 0.33 0.56
Hex 85 B4 6A 1A 0 29 1D 62 21 38
Octal 205 264 152 32 0 51 35 142 41 70
Binary 10000101 10110100 1101010 11010 0 101001 11101 1100010 100001 111000

Color Harmonies of #85B46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B46A

Black with #85B46A

Text Example


Text Example

White with #85B46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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