#86B92E

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

Shades of Limerick #86B92E

Tints of Limerick #86B92E

Color information

#86B92E (or 0x86B92E) is unknown color: approx Limerick. HEX triplet: 86, B9 and 2E. RGB value is (134,185,46). Sum of RGB (Red+Green+Blue) = 134+185+46=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #86B92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B92E is #7946D1. Grayscale: #9A9A9A. Windows color (decimal): -7947986 or 3062150. OLE color: 3062150.

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

Color convert

RGB13418546-
CMYK0.2800.750.27
HSL82.01º60.17%45.29%-
HSV(B)82.01º75.14%72.55%-
XYZ27.6739.968.84-
YUV153.967.1113.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 185 (72.66% from 255) = 50.68%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=36.71%
G=50.68%
B=12.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134185460.2800.750.2782.0160.1745.29
Hex86B92E1C04B1B523c2d
Octal20627156340113331227455
Binary10000110101110011011101110001001011110111010010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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