Html Css Color HEX #85B966 Mantis

📋 copy color: '#85B966'

red 133 ◦ green 185 ◦ blue 102

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

Shades of Mantis #85B966

Tints of Mantis #85B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.05%

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 31.67%
G = 44.05%
B = 24.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#85B966 (or 0x85B966) is known color: Mantis. HEX triplet: 85, B9 and 66. RGB value is (133,185,102). Sum of RGB (Red+Green+Blue) = 133+185+102=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #85B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B966 is #7A4699. Grayscale: #A0A0A0. Windows color (decimal): -8013466 or 6732165. OLE color: 6732165.

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

Color convert

RGB 133 185 102 -
CMYK 0.28 0 0.45 0.27
HSL 97.59º 0.37% 0.56% -
HSV(B) 97.59º 0.45% 0.73% -
XYZ 29.42 40.64 18.86 -
YUV 159.99 95.27 108.75 -
System Red Green Blue C M Y K H S L
Decimal 133 185 102 0.28 0 0.45 0.27 97.59 0.37 0.56
Hex 85 B9 66 1C 0 2D 1B 62 25 38
Octal 205 271 146 34 0 55 33 142 45 70
Binary 10000101 10111001 1100110 11100 0 101101 11011 1100010 100101 111000

Color Harmonies of #85B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B966

Black with #85B966

Text Example


Text Example

White with #85B966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,102); }

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

background-color css

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

 a { background-color: rgb(133,185,102); }

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

border-color css

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

 span { border-color: rgb(133,185,102); }

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