#86BD28

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

Shades of Limerick #86BD28

Tints of Limerick #86BD28

Color information

#86BD28 (or 0x86BD28) is unknown color: approx Limerick. HEX triplet: 86, BD and 28. RGB value is (134,189,40). Sum of RGB (Red+Green+Blue) = 134+189+40=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD28 is #7942D7. Grayscale: #9C9C9C. Windows color (decimal): -7946968 or 2669958. OLE color: 2669958.

HSL color Cylindrical-coordinate representation of color #86BD28: hue angle of 82.15º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86BD28 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB13418940-
CMYK0.2900.790.26
HSL82.15º65.07%44.9%-
HSV(B)82.15º78.84%74.12%-
XYZ28.4141.628.54-
YUV155.5762.78112.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 189 (74.22% from 255) = 52.07%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=36.91%
G=52.07%
B=11.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134189400.2900.790.2682.1565.0744.9
Hex86BD281D04F1A52412d
Octal206275503501173212210155
Binary100001101011110110100011101010011111101010100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,189,40); }

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

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

 a { background-color: rgb(134,189,40); }

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

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

 span { border-color: rgb(134,189,40); }

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