#86BD1A

Color #86BD1A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #86BD1A

Tints of Lima #86BD1A

Color information

#86BD1A (or 0x86BD1A) is unknown color: approx Lima. HEX triplet: 86, BD and 1A. RGB value is (134,189,26). Sum of RGB (Red+Green+Blue) = 134+189+26=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD1A is #7942E5. Grayscale: #9A9A9A. Windows color (decimal): -7946982 or 1752454. OLE color: 1752454.

HSL color Cylindrical-coordinate representation of color #86BD1A: hue angle of 80.25º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86BD1A is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB13418926-
CMYK0.2900.860.26
HSL80.25º75.81%42.16%-
HSV(B)80.25º86.24%74.12%-
XYZ28.2241.547.51-
YUV153.9755.78113.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 189 (74.22% from 255) = 54.15%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=38.40%
G=54.15%
B=7.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134189260.2900.860.2680.2575.8142.16
Hex86BD1A1D0561A504c2a
Octal206275323501263212011452
Binary10000110101111011101011101010101101101010100001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,189,26); }

 H1.HeaderClassName
 {
   color: #86BD1A;
 }
 .AnyTagClassName
 {
   color: #86BD1A;
 }
</style>
background-color css

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

 a { background-color: rgb(134,189,26); }

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

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

 span { border-color: rgb(134,189,26); }

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