Html Css Color HEX #86B911 Lima

📋 copy color: '#86B911'

red 134 ◦ green 185 ◦ blue 17

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

Shades of Lima #86B911

Tints of Lima #86B911

RGB

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

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

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

R = 39.88%
G = 55.06%
B = 5.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#86B911 (or 0x86B911) is known color: Lima. HEX triplet: 86, B9 and 11. RGB value is (134,185,17). Sum of RGB (Red+Green+Blue) = 134+185+17=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #86B911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B911 is #7946EE. Grayscale: #979797. Windows color (decimal): -7948015 or 1161606. OLE color: 1161606.

HSL color Cylindrical-coordinate representation of color #86B911: hue angle of 78.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86B911 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 185 17 -
CMYK 0.28 0 0.91 0.27
HSL 78.21º 0.83% 0.4% -
HSV(B) 78.21º 0.91% 0.73% -
XYZ 27.28 39.81 6.78 -
YUV 150.6 52.6 116.16 -
System Red Green Blue C M Y K H S L
Decimal 134 185 17 0.28 0 0.91 0.27 78.21 0.83 0.4
Hex 86 B9 11 1C 0 5B 1B 4E 53 28
Octal 206 271 21 34 0 133 33 116 123 50
Binary 10000110 10111001 10001 11100 0 1011011 11011 1001110 1010011 101000

Color Harmonies of #86B911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B911

Black with #86B911

Text Example


Text Example

White with #86B911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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