Html Css Color HEX #86AD11 Lima

📋 copy color: '#86AD11'

red 134 ◦ green 173 ◦ blue 17

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

Shades of Lima #86AD11

Tints of Lima #86AD11

RGB

 RED value IS 134 (52.73% from 255) = 41.36%

 GREEN value IS 173 (67.97% from 255) = 53.4%

 BLUE value IS 17 (7.03% from 255) = 5.25%

R = 41.36%
G = 53.4%
B = 5.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#86AD11 (or 0x86AD11) is known color: Lima. HEX triplet: 86, AD and 11. RGB value is (134,173,17). Sum of RGB (Red+Green+Blue) = 134+173+17=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD11 is #7952EE. Grayscale: #909090. Windows color (decimal): -7951087 or 1158534. OLE color: 1158534.

HSL color Cylindrical-coordinate representation of color #86AD11: hue angle of 75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86AD11 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 17 -
CMYK 0.23 0 0.90 0.32
HSL 75º 0.82% 0.37% -
HSV(B) 75º 0.9% 0.68% -
XYZ 24.88 35 5.97 -
YUV 143.56 56.58 121.18 -
System Red Green Blue C M Y K H S L
Decimal 134 173 17 0.23 0 0.90 0.32 75 0.82 0.37
Hex 86 AD 11 17 0 5A 20 4B 52 25
Octal 206 255 21 27 0 132 40 113 122 45
Binary 10000110 10101101 10001 10111 0 1011010 100000 1001011 1010010 100101

Color Harmonies of #86AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD11

Black with #86AD11

Text Example


Text Example

White with #86AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AD11; }

 p { color: rgb(134,173,17); }

 H1.HeaderClassName
 {
   color: #86AD11;
 }
 .AnyTagClassName
 {
   color: #86AD11;
 }
</style>

background-color css

<style>
 a { background-color: #86AD11; }

 a { background-color: rgb(134,173,17); }

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

border-color css

<style>
 span { border-color: #86AD11; }

 span { border-color: rgb(134,173,17); }

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