Html Css Color HEX #85BA5B Mantis

📋 copy color: '#85BA5B'

red 133 ◦ green 186 ◦ blue 91

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

Shades of Mantis #85BA5B

Tints of Mantis #85BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 32.44%
G = 45.37%
B = 22.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#85BA5B (or 0x85BA5B) is known color: Mantis. HEX triplet: 85, BA and 5B. RGB value is (133,186,91). Sum of RGB (Red+Green+Blue) = 133+186+91=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA5B is #7A45A4. Grayscale: #9F9F9F. Windows color (decimal): -8013221 or 6011525. OLE color: 6011525.

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

Color convert

RGB 133 186 91 -
CMYK 0.28 0 0.51 0.27
HSL 93.47º 0.41% 0.54% -
HSV(B) 93.47º 0.51% 0.73% -
XYZ 29.12 40.86 16.25 -
YUV 159.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 133 186 91 0.28 0 0.51 0.27 93.47 0.41 0.54
Hex 85 BA 5B 1C 0 33 1B 5D 29 36
Octal 205 272 133 34 0 63 33 135 51 66
Binary 10000101 10111010 1011011 11100 0 110011 11011 1011101 101001 110110

Color Harmonies of #85BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA5B

Black with #85BA5B

Text Example


Text Example

White with #85BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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