Html Css Color HEX #85BA52 Mantis

📋 copy color: '#85BA52'

red 133 ◦ green 186 ◦ blue 82

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

Shades of Mantis #85BA52

Tints of Mantis #85BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 33.17%
G = 46.38%
B = 20.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#85BA52 (or 0x85BA52) is known color: Mantis. HEX triplet: 85, BA and 52. RGB value is (133,186,82). Sum of RGB (Red+Green+Blue) = 133+186+82=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA52 is #7A45AD. Grayscale: #9E9E9E. Windows color (decimal): -8013230 or 5421701. OLE color: 5421701.

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

Color convert

RGB 133 186 82 -
CMYK 0.28 0 0.56 0.27
HSL 90.58º 0.43% 0.53% -
HSV(B) 90.58º 0.56% 0.73% -
XYZ 28.75 40.71 14.33 -
YUV 158.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 133 186 82 0.28 0 0.56 0.27 90.58 0.43 0.53
Hex 85 BA 52 1C 0 38 1B 5B 2B 35
Octal 205 272 122 34 0 70 33 133 53 65
Binary 10000101 10111010 1010010 11100 0 111000 11011 1011011 101011 110101

Color Harmonies of #85BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA52

Black with #85BA52

Text Example


Text Example

White with #85BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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