#86BA30

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

Shades of Limerick #86BA30

Tints of Limerick #86BA30

Color information

#86BA30 (or 0x86BA30) is unknown color: approx Limerick. HEX triplet: 86, BA and 30. RGB value is (134,186,48). Sum of RGB (Red+Green+Blue) = 134+186+48=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA30 is #7945CF. Grayscale: #9B9B9B. Windows color (decimal): -7947728 or 3193478. OLE color: 3193478.

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

Color convert

RGB13418648-
CMYK0.2800.740.27
HSL82.61º58.97%45.88%-
HSV(B)82.61º74.19%72.94%-
XYZ27.9240.49.12-
YUV154.7267.77113.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 186 (73.05% from 255) = 50.54%
BLUE value IS 48 (19.14% from 255) = 13.04%
R=36.41%
G=50.54%
B=13.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134186480.2800.740.2782.6158.9745.88
Hex86BA301C04A1B533b2e
Octal20627260340112331237356
Binary10000110101110101100001110001001010110111010011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,48); }

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

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

 a { background-color: rgb(134,186,48); }

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

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

 span { border-color: rgb(134,186,48); }

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