Html Css Color HEX #85BA62 Mantis

📋 copy color: '#85BA62'

red 133 ◦ green 186 ◦ blue 98

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

Shades of Mantis #85BA62

Tints of Mantis #85BA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 31.89%
G = 44.6%
B = 23.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#85BA62 (or 0x85BA62) is known color: 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

RGB 133 186 98 -
CMYK 0.28 0 0.47 0.27
HSL 96.14º 0.39% 0.56% -
HSV(B) 96.14º 0.47% 0.73% -
XYZ 29.44 40.99 17.91 -
YUV 160.12 92.94 108.66 -
System Red Green Blue C M Y K H S L
Decimal 133 186 98 0.28 0 0.47 0.27 96.14 0.39 0.56
Hex 85 BA 62 1C 0 2F 1B 60 27 38
Octal 205 272 142 34 0 57 33 140 47 70
Binary 10000101 10111010 1100010 11100 0 101111 11011 1100000 100111 111000

Color Harmonies of #85BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA62

Black with #85BA62

Text Example


Text Example

White with #85BA62

Text Example


Text Example

HTML Codes & Css Web 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>