Html Css Color HEX #85B46D Mantis

📋 copy color: '#85B46D'

red 133 ◦ green 180 ◦ blue 109

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

Shades of Mantis #85B46D

Tints of Mantis #85B46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 31.52%
G = 42.65%
B = 25.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#85B46D (or 0x85B46D) is known color: Mantis. HEX triplet: 85, B4 and 6D. RGB value is (133,180,109). Sum of RGB (Red+Green+Blue) = 133+180+109=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #85B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B46D is #7A4B92. Grayscale: #9E9E9E. Windows color (decimal): -8014739 or 7189637. OLE color: 7189637.

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

Color convert

RGB 133 180 109 -
CMYK 0.26 0 0.39 0.29
HSL 99.72º 0.32% 0.57% -
HSV(B) 99.72º 0.39% 0.71% -
XYZ 28.75 38.73 20.43 -
YUV 157.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 133 180 109 0.26 0 0.39 0.29 99.72 0.32 0.57
Hex 85 B4 6D 1A 0 27 1D 64 20 39
Octal 205 264 155 32 0 47 35 144 40 71
Binary 10000101 10110100 1101101 11010 0 100111 11101 1100100 100000 111001

Color Harmonies of #85B46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B46D

Black with #85B46D

Text Example


Text Example

White with #85B46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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