#85BA62

Color #85BA62 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #85BA62

Tints of Mantis #85BA62

Color information

#85BA62 (or 0x85BA62) is unknown color: approx Mantis. HEX triplet: 85, BA and 62. RGB value is (133,186,98). Sum of RGB (Red+Green+Blue) = 133+186+98=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA62 is #7A459D. Grayscale: #A0A0A0. Windows color (decimal): -8013214 or 6470277. OLE color: 6470277.

HSL color Cylindrical-coordinate representation of color #85BA62: hue angle of 96.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BA62 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB13318698-
CMYK0.2800.470.27
HSL96.14º38.94%55.69%-
HSV(B)96.14º47.31%72.94%-
XYZ29.4440.9917.91-
YUV160.1292.94108.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=31.89%
G=44.60%
B=23.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133186980.2800.470.2796.1438.9455.69
Hex85BA621C02F1B602738
Octal20527214234057331404770
Binary10000101101110101100010111000101111110111100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,98); }

 H1.HeaderClassName
 {
   color: #85BA62;
 }
 .AnyTagClassName
 {
   color: #85BA62;
 }
</style>
background-color css

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

 a { background-color: rgb(133,186,98); }

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

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

 span { border-color: rgb(133,186,98); }

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