#87BC0E

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

Shades of Lima #87BC0E

Tints of Lima #87BC0E

Color information

#87BC0E (or 0x87BC0E) is unknown color: approx Lima. HEX triplet: 87, BC and 0E. RGB value is (135,188,14). Sum of RGB (Red+Green+Blue) = 135+188+14=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BC0E is #7843F1. Grayscale: #989898. Windows color (decimal): -7881714 or 965767. OLE color: 965767.

HSL color Cylindrical-coordinate representation of color #87BC0E: hue angle of 78.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87BC0E is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB13518814-
CMYK0.2800.930.26
HSL78.28º86.14%39.61%-
HSV(B)78.28º92.55%73.73%-
XYZ28.0541.156.88-
YUV152.3249.94115.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 188 (73.83% from 255) = 55.79%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=40.06%
G=55.79%
B=4.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135188140.2800.930.2678.2886.1439.61
Hex87BCE1C05D1A4e5628
Octal207274163401353211612650
Binary1000011110111100111011100010111011101010011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87BC0E; }

 p { color: rgb(135,188,14); }

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

<style>
 a { background-color: #87BC0E; }

 a { background-color: rgb(135,188,14); }

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

<style>
 span { border-color: #87BC0E; }

 span { border-color: rgb(135,188,14); }

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