#86B519

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

Shades of Limerick #86B519

Tints of Limerick #86B519

Color information

#86B519 (or 0x86B519) is unknown color: approx Limerick. HEX triplet: 86, B5 and 19. RGB value is (134,181,25). Sum of RGB (Red+Green+Blue) = 134+181+25=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #86B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B519 is #794AE6. Grayscale: #959595. Windows color (decimal): -7949031 or 1684870. OLE color: 1684870.

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

Color convert

RGB13418125-
CMYK0.2600.860.29
HSL78.08º75.73%40.39%-
HSV(B)78.08º86.19%70.98%-
XYZ26.5338.196.89-
YUV149.1657.93117.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 181 (71.09% from 255) = 53.24%
BLUE value IS 25 (10.16% from 255) = 7.35%
R=39.41%
G=53.24%
B=7.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134181250.2600.860.2978.0875.7340.39
Hex86B5191A0561D4e4c28
Octal206265313201263511611450
Binary10000110101101011100111010010101101110110011101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,25); }

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

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

 a { background-color: rgb(134,181,25); }

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

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

 span { border-color: rgb(134,181,25); }

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