#86BC25

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

Shades of Limerick #86BC25

Tints of Limerick #86BC25

Color information

#86BC25 (or 0x86BC25) is unknown color: approx Limerick. HEX triplet: 86, BC and 25. RGB value is (134,188,37). Sum of RGB (Red+Green+Blue) = 134+188+37=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC25 is #7943DA. Grayscale: #9B9B9B. Windows color (decimal): -7947227 or 2473094. OLE color: 2473094.

HSL color Cylindrical-coordinate representation of color #86BC25: hue angle of 81.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86BC25 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB13418837-
CMYK0.2900.800.26
HSL81.46º67.11%44.12%-
HSV(B)81.46º80.32%73.73%-
XYZ28.1541.178.21-
YUV154.6461.61113.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 188 (73.83% from 255) = 52.37%
BLUE value IS 37 (14.84% from 255) = 10.31%
R=37.33%
G=52.37%
B=10.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134188370.2900.800.2681.4667.1144.12
Hex86BC251D0501A51432c
Octal206274453501203212110354
Binary100001101011110010010111101010100001101010100011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,37); }

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

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

 a { background-color: rgb(134,188,37); }

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

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

 span { border-color: rgb(134,188,37); }

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