#86BE2F

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

Shades of Limerick #86BE2F

Tints of Limerick #86BE2F

Color information

#86BE2F (or 0x86BE2F) is unknown color: approx Limerick. HEX triplet: 86, BE and 2F. RGB value is (134,190,47). Sum of RGB (Red+Green+Blue) = 134+190+47=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BE2F is #7941D0. Grayscale: #9D9D9D. Windows color (decimal): -7946705 or 3128966. OLE color: 3128966.

HSL color Cylindrical-coordinate representation of color #86BE2F: hue angle of 83.5º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86BE2F is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB13419047-
CMYK0.2900.750.25
HSL83.5º60.34%46.47%-
HSV(B)83.5º75.26%74.51%-
XYZ28.7642.19.3-
YUV156.9565.95111.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 47 (18.75% from 255) = 12.67%
R=36.12%
G=51.21%
B=12.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134190470.2900.750.2583.560.3446.47
Hex86BE2F1D04B19533c2e
Octal20627657350113311237456
Binary10000110101111101011111110101001011110011010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,47); }

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

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

 a { background-color: rgb(134,190,47); }

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

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

 span { border-color: rgb(134,190,47); }

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