#86AF26

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

Shades of Limerick #86AF26

Tints of Limerick #86AF26

Color information

#86AF26 (or 0x86AF26) is unknown color: approx Limerick. HEX triplet: 86, AF and 26. RGB value is (134,175,38). Sum of RGB (Red+Green+Blue) = 134+175+38=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF26 is #7950D9. Grayscale: #939393. Windows color (decimal): -7950554 or 2535302. OLE color: 2535302.

HSL color Cylindrical-coordinate representation of color #86AF26: hue angle of 77.96º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86AF26 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB13417538-
CMYK0.2300.780.31
HSL77.96º64.32%41.76%-
HSV(B)77.96º78.29%68.63%-
XYZ25.5135.877.41-
YUV147.1266.42118.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=38.62%
G=50.43%
B=10.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175380.2300.780.3177.9664.3241.76
Hex86AF261704E1F4e402a
Octal206257462701163711610052
Binary100001101010111110011010111010011101111110011101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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