Html Css Color HEX #85BC6C Mantis

📋 copy color: '#85BC6C'

red 133 ◦ green 188 ◦ blue 108

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

Shades of Mantis #85BC6C

Tints of Mantis #85BC6C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.82%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 31%
G = 43.82%
B = 25.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#85BC6C (or 0x85BC6C) is known color: Mantis. HEX triplet: 85, BC and 6C. RGB value is (133,188,108). Sum of RGB (Red+Green+Blue) = 133+188+108=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC6C is #7A4393. Grayscale: #A2A2A2. Windows color (decimal): -8012692 or 7126149. OLE color: 7126149.

HSL color Cylindrical-coordinate representation of color #85BC6C: hue angle of 101.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BC6C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 108 -
CMYK 0.29 0 0.43 0.26
HSL 101.25º 0.37% 0.58% -
HSV(B) 101.25º 0.43% 0.74% -
XYZ 30.36 42.04 20.7 -
YUV 162.44 97.28 107 -
System Red Green Blue C M Y K H S L
Decimal 133 188 108 0.29 0 0.43 0.26 101.25 0.37 0.58
Hex 85 BC 6C 1D 0 2B 1A 65 25 3A
Octal 205 274 154 35 0 53 32 145 45 72
Binary 10000101 10111100 1101100 11101 0 101011 11010 1100101 100101 111010

Color Harmonies of #85BC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC6C

Black with #85BC6C

Text Example


Text Example

White with #85BC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,108); }

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

background-color css

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

 a { background-color: rgb(133,188,108); }

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

border-color css

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

 span { border-color: rgb(133,188,108); }

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