#86AC26

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

Shades of Limerick #86AC26

Tints of Limerick #86AC26

Color information

#86AC26 (or 0x86AC26) is unknown color: approx Limerick. HEX triplet: 86, AC and 26. RGB value is (134,172,38). Sum of RGB (Red+Green+Blue) = 134+172+38=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC26 is #7953D9. Grayscale: #919191. Windows color (decimal): -7951322 or 2534534. OLE color: 2534534.

HSL color Cylindrical-coordinate representation of color #86AC26: hue angle of 77.01º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86AC26 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB13417238-
CMYK0.2200.780.33
HSL77.01º63.81%41.18%-
HSV(B)77.01º77.91%67.45%-
XYZ24.9334.717.22-
YUV145.3667.41119.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 172 (67.58% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=38.95%
G=50%
B=11.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134172380.2200.780.3377.0163.8141.18
Hex86AC261604E214d4029
Octal206254462601164111510051
Binary1000011010101100100110101100100111010000110011011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,38); }

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

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

 a { background-color: rgb(134,172,38); }

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

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

 span { border-color: rgb(134,172,38); }

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