#86BA27

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

Shades of Limerick #86BA27

Tints of Limerick #86BA27

Color information

#86BA27 (or 0x86BA27) is unknown color: approx Limerick. HEX triplet: 86, BA and 27. RGB value is (134,186,39). Sum of RGB (Red+Green+Blue) = 134+186+39=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA27 is #7945D8. Grayscale: #9A9A9A. Windows color (decimal): -7947737 or 2603654. OLE color: 2603654.

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

Color convert

RGB13418639-
CMYK0.2800.790.27
HSL81.22º65.33%44.12%-
HSV(B)81.22º79.03%72.94%-
XYZ27.7640.338.24-
YUV153.6963.27113.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 186 (73.05% from 255) = 51.81%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=37.33%
G=51.81%
B=10.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134186390.2800.790.2781.2265.3344.12
Hex86BA271C04F1B51412c
Octal206272473401173312110154
Binary100001101011101010011111100010011111101110100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,39); }

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

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

 a { background-color: rgb(134,186,39); }

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

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

 span { border-color: rgb(134,186,39); }

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