#86BB2D

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

Shades of Limerick #86BB2D

Tints of Limerick #86BB2D

Color information

#86BB2D (or 0x86BB2D) is unknown color: approx Limerick. HEX triplet: 86, BB and 2D. RGB value is (134,187,45). Sum of RGB (Red+Green+Blue) = 134+187+45=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BB2D is #7944D2. Grayscale: #9B9B9B. Windows color (decimal): -7947475 or 2997126. OLE color: 2997126.

HSL color Cylindrical-coordinate representation of color #86BB2D: hue angle of 82.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86BB2D is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB13418745-
CMYK0.2800.760.27
HSL82.39º61.21%45.49%-
HSV(B)82.39º75.94%73.33%-
XYZ28.0840.88.88-
YUV154.9665.94113.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 187 (73.44% from 255) = 51.09%
BLUE value IS 45 (17.97% from 255) = 12.30%
R=36.61%
G=51.09%
B=12.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134187450.2800.760.2782.3961.2145.49
Hex86BB2D1C04C1B523d2d
Octal20627355340114331227555
Binary10000110101110111011011110001001100110111010010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,187,45); }

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

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

 a { background-color: rgb(134,187,45); }

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

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

 span { border-color: rgb(134,187,45); }

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