#86BD1B

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

Shades of Lima #86BD1B

Tints of Lima #86BD1B

Color information

#86BD1B (or 0x86BD1B) is unknown color: approx Lima. HEX triplet: 86, BD and 1B. RGB value is (134,189,27). Sum of RGB (Red+Green+Blue) = 134+189+27=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD1B is #7942E4. Grayscale: #9A9A9A. Windows color (decimal): -7946981 or 1817990. OLE color: 1817990.

HSL color Cylindrical-coordinate representation of color #86BD1B: hue angle of 80.37º degrees, saturation: 0.75, 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 #86BD1B is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB13418927-
CMYK0.2900.860.26
HSL80.37º75%42.35%-
HSV(B)80.37º85.71%74.12%-
XYZ28.2341.547.57-
YUV154.0956.28113.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 189 (74.22% from 255) = 54%
BLUE value IS 27 (10.94% from 255) = 7.71%
R=38.29%
G=54%
B=7.71%

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
Decimal134189270.2900.860.2680.377542.35
Hex86BD1B1D0561A504b2a
Octal206275333501263212011352
Binary10000110101111011101111101010101101101010100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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